Shades of Java #129AA0
Tints of Java #129AA0
RGB
CMYK
RGB Variations
Color information
#129AA0 (or 0x129AA0) is known color: Java. HEX triplet: 12, 9A and A0. RGB value is (18,154,160). Sum of RGB (Red+Green+Blue) = 18+154+160=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #129AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129AA0 is #ED655F. Grayscale: #717171. Windows color (decimal): -15557984 or 10525202. OLE color: 10525202.
HSL color Cylindrical-coordinate representation of color #129AA0: hue angle of 182.54º 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 #129AA0 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 154 | 160 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.37 |
| HSL | 182.54º | 0.8% | 0.35% | - |
| HSV(B) | 182.54º | 0.89% | 0.63% | - |
| XYZ | 18.15 | 25.78 | 37.28 | - |
| YUV | 114.02 | 153.94 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 160 | 0.89 | 0.04 | 0 | 0.37 | 182.54 | 0.8 | 0.35 |
| Hex | 12 | 9A | A0 | 59 | 4 | 0 | 25 | B7 | 50 | 23 |
| Octal | 22 | 232 | 240 | 131 | 4 | 0 | 45 | 267 | 120 | 43 |
| Binary | 10010 | 10011010 | 10100000 | 1011001 | 100 | 0 | 100101 | 10110111 | 1010000 | 100011 |
Color Harmonies of #129AA0
Complementary color
Monochromatic Colors of #129AA0
Black with #129AA0
Text Example
Text Example
White with #129AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129AA0; }
p { color: rgb(18,154,160); }
H1.HeaderClassName
{
color: #129AA0;
}
.AnyTagClassName
{
color: #129AA0;
}
</style>
background-color css
<style>
a { background-color: #129AA0; }
a { background-color: rgb(18,154,160); }
div.DivClassName
{
background-color: #129AA0;
}
.BgClassName
{
background-color: #129AA0;
}
</style>
border-color css
<style>
span { border-color: #129AA0; }
span { border-color: rgb(18,154,160); }
td.TdClassName
{
border-color: #129AA0;
}
.TagClassName
{
border-color: #129AA0;
}
</style>