I'm not good when it comes to math, so forgive me. I'm doing a personal study of is there a better base number for our culture to use? I have to consider factors like: the number of digits to write, ability to count visually(like using fingers), understanding fractions better(3's 4's are both even), and most importantly the time & calendar year. Note: symbols representing numbers is not an issue here.
So I decided between 12 instead of 16. I only considered 16 because of it's use in computer science really. 12 to me seemed superior in many ways, not too big, not too small, and especially since it's easy to factor into time.
Then I seen the Hexclock(http://www.intuitor.com/hex/hexclock.html), which uses base 16. How is this possible? I thought time was based on a 360 degree radius of the earth? 16 doesn't divide into 360 degree's.
Are there better arguments for using 16 instead of 12, besides computer science?
Each base has advantages and disadvantages. Base 10 works particularly nicely because you can immediately "see" divisibility by 2's and 5's (and 10's). It's also easy to detect other patterns as well (i.e. divisibility by 9 using casting out nines).
Those with a computer science background might argue that base 8 (octal) or 16 (hexidecimal) would be better choices. The Babylonians used base 60.
While using a large base (like 60) has some advantages (i.e. "seeing" more divisibility), it also has drawbacks. In particular, who wants to learn 60 basic numeral symbols! 10 seems to strike a nice balance. It's not that many symbols (0,1,$\dots$,9) and has some nice properties. Although part of our choice to use base 10 seems to be rooted in physiology (i.e. most people have 10 fingers).
Other than computing, 16 would be better than 12 because each digit could encode more information. However, while base 16 allows one to "see" divisibility by 2,4,8,16. Base 12 allows one to "see" divisibility by 2,3,4,6,12. This seem likely to be more useful. Another argument for 12 over 16 is that our children would only need to learn multiplication tables up to $12 \times 12$ instead of $16 \times 16$ (that's a big increase in basic multiplication facts to memorize)!
As for 360. That seems to be due to the fact that a year has approximately 360 days. ["Degrees" are not a natural measurement system. "Radians" are the natural mathematical choice.] This seems to have led the Babylonians to divide the orbit of the Earth into 360 degrees (each day ticks off one more degree until 360 gets you all the way around -- approximately). But 360 is too big for a base, so maybe 60 seemed like the best alternative. Base 60 then leads naturally to 60 seconds in a minute, 60 minutes in an hour. This is just a convention determined by the Babylonians.