Shades of Java #129CA0
Tints of Java #129CA0
RGB
CMYK
RGB Variations
Color information
#129CA0 (or 0x129CA0) is known color: Java. HEX triplet: 12, 9C and A0. RGB value is (18,156,160). Sum of RGB (Red+Green+Blue) = 18+156+160=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #129CA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129CA0 is #ED635F. Grayscale: #737373. Windows color (decimal): -15557472 or 10525714. OLE color: 10525714.
HSL color Cylindrical-coordinate representation of color #129CA0: hue angle of 181.69º 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 #129CA0 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 156 | 160 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.37 |
| HSL | 181.69º | 0.8% | 0.35% | - |
| HSV(B) | 181.69º | 0.89% | 0.63% | - |
| XYZ | 18.48 | 26.44 | 37.39 | - |
| YUV | 115.19 | 153.28 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 160 | 0.89 | 0.02 | 0 | 0.37 | 181.69 | 0.8 | 0.35 |
| Hex | 12 | 9C | A0 | 59 | 2 | 0 | 25 | B6 | 50 | 23 |
| Octal | 22 | 234 | 240 | 131 | 2 | 0 | 45 | 266 | 120 | 43 |
| Binary | 10010 | 10011100 | 10100000 | 1011001 | 10 | 0 | 100101 | 10110110 | 1010000 | 100011 |
Color Harmonies of #129CA0
Complementary color
Monochromatic Colors of #129CA0
Black with #129CA0
Text Example
Text Example
White with #129CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CA0; }
p { color: rgb(18,156,160); }
H1.HeaderClassName
{
color: #129CA0;
}
.AnyTagClassName
{
color: #129CA0;
}
</style>
background-color css
<style>
a { background-color: #129CA0; }
a { background-color: rgb(18,156,160); }
div.DivClassName
{
background-color: #129CA0;
}
.BgClassName
{
background-color: #129CA0;
}
</style>
border-color css
<style>
span { border-color: #129CA0; }
span { border-color: rgb(18,156,160); }
td.TdClassName
{
border-color: #129CA0;
}
.TagClassName
{
border-color: #129CA0;
}
</style>