Shades of Java #129CA1
Tints of Java #129CA1
RGB
CMYK
RGB Variations
Color information
#129CA1 (or 0x129CA1) is known color: Java. HEX triplet: 12, 9C and A1. RGB value is (18,156,161). Sum of RGB (Red+Green+Blue) = 18+156+161=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 161 - color contains mainly: blue. Hex color #129CA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129CA1 is #ED635E. Grayscale: #737373. Windows color (decimal): -15557471 or 10591250. OLE color: 10591250.
HSL color Cylindrical-coordinate representation of color #129CA1: hue angle of 182.1º 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 #129CA1 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 156 | 161 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.37 |
| HSL | 182.1º | 0.8% | 0.35% | - |
| HSV(B) | 182.1º | 0.89% | 0.63% | - |
| XYZ | 18.57 | 26.48 | 37.85 | - |
| YUV | 115.31 | 153.78 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 161 | 0.89 | 0.03 | 0 | 0.37 | 182.1 | 0.8 | 0.35 |
| Hex | 12 | 9C | A1 | 59 | 3 | 0 | 25 | B6 | 50 | 23 |
| Octal | 22 | 234 | 241 | 131 | 3 | 0 | 45 | 266 | 120 | 43 |
| Binary | 10010 | 10011100 | 10100001 | 1011001 | 11 | 0 | 100101 | 10110110 | 1010000 | 100011 |
Color Harmonies of #129CA1
Complementary color
Monochromatic Colors of #129CA1
Black with #129CA1
Text Example
Text Example
White with #129CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CA1; }
p { color: rgb(18,156,161); }
H1.HeaderClassName
{
color: #129CA1;
}
.AnyTagClassName
{
color: #129CA1;
}
</style>
background-color css
<style>
a { background-color: #129CA1; }
a { background-color: rgb(18,156,161); }
div.DivClassName
{
background-color: #129CA1;
}
.BgClassName
{
background-color: #129CA1;
}
</style>
border-color css
<style>
span { border-color: #129CA1; }
span { border-color: rgb(18,156,161); }
td.TdClassName
{
border-color: #129CA1;
}
.TagClassName
{
border-color: #129CA1;
}
</style>