Shades of Java #129D99
Tints of Java #129D99
RGB
CMYK
RGB Variations
Color information
#129D99 (or 0x129D99) is known color: Java. HEX triplet: 12, 9D and 99. RGB value is (18,157,153). Sum of RGB (Red+Green+Blue) = 18+157+153=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #129D99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129D99 is #ED6266. Grayscale: #727272. Windows color (decimal): -15557223 or 10067218. OLE color: 10067218.
HSL color Cylindrical-coordinate representation of color #129D99: hue angle of 178.27º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129D99 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 153 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.38 |
| HSL | 178.27º | 0.79% | 0.34% | - |
| HSV(B) | 178.27º | 0.89% | 0.62% | - |
| XYZ | 18.06 | 26.54 | 34.31 | - |
| YUV | 114.98 | 149.45 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 153 | 0.89 | 0 | 0.03 | 0.38 | 178.27 | 0.79 | 0.34 |
| Hex | 12 | 9D | 99 | 59 | 0 | 3 | 26 | B2 | 4F | 22 |
| Octal | 22 | 235 | 231 | 131 | 0 | 3 | 46 | 262 | 117 | 42 |
| Binary | 10010 | 10011101 | 10011001 | 1011001 | 0 | 11 | 100110 | 10110010 | 1001111 | 100010 |
Color Harmonies of #129D99
Complementary color
Monochromatic Colors of #129D99
Black with #129D99
Text Example
Text Example
White with #129D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D99; }
p { color: rgb(18,157,153); }
H1.HeaderClassName
{
color: #129D99;
}
.AnyTagClassName
{
color: #129D99;
}
</style>
background-color css
<style>
a { background-color: #129D99; }
a { background-color: rgb(18,157,153); }
div.DivClassName
{
background-color: #129D99;
}
.BgClassName
{
background-color: #129D99;
}
</style>
border-color css
<style>
span { border-color: #129D99; }
span { border-color: rgb(18,157,153); }
td.TdClassName
{
border-color: #129D99;
}
.TagClassName
{
border-color: #129D99;
}
</style>