Shades of Java #129BA0
Tints of Java #129BA0
RGB
CMYK
RGB Variations
Color information
#129BA0 (or 0x129BA0) is known color: Java. HEX triplet: 12, 9B and A0. RGB value is (18,155,160). Sum of RGB (Red+Green+Blue) = 18+155+160=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #129BA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129BA0 is #ED645F. Grayscale: #727272. Windows color (decimal): -15557728 or 10525458. OLE color: 10525458.
HSL color Cylindrical-coordinate representation of color #129BA0: hue angle of 182.11º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129BA0 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 155 | 160 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.37 |
| HSL | 182.11º | 0.8% | 0.35% | - |
| HSV(B) | 182.11º | 0.89% | 0.63% | - |
| XYZ | 18.32 | 26.11 | 37.33 | - |
| YUV | 114.61 | 153.61 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 160 | 0.89 | 0.03 | 0 | 0.37 | 182.11 | 0.8 | 0.35 |
| Hex | 12 | 9B | A0 | 59 | 3 | 0 | 25 | B6 | 50 | 23 |
| Octal | 22 | 233 | 240 | 131 | 3 | 0 | 45 | 266 | 120 | 43 |
| Binary | 10010 | 10011011 | 10100000 | 1011001 | 11 | 0 | 100101 | 10110110 | 1010000 | 100011 |
Color Harmonies of #129BA0
Complementary color
Monochromatic Colors of #129BA0
Black with #129BA0
Text Example
Text Example
White with #129BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BA0; }
p { color: rgb(18,155,160); }
H1.HeaderClassName
{
color: #129BA0;
}
.AnyTagClassName
{
color: #129BA0;
}
</style>
background-color css
<style>
a { background-color: #129BA0; }
a { background-color: rgb(18,155,160); }
div.DivClassName
{
background-color: #129BA0;
}
.BgClassName
{
background-color: #129BA0;
}
</style>
border-color css
<style>
span { border-color: #129BA0; }
span { border-color: rgb(18,155,160); }
td.TdClassName
{
border-color: #129BA0;
}
.TagClassName
{
border-color: #129BA0;
}
</style>