Shades of Java #129599
Tints of Java #129599
RGB
CMYK
RGB Variations
Color information
#129599 (or 0x129599) is known color: Java. HEX triplet: 12, 95 and 99. RGB value is (18,149,153). Sum of RGB (Red+Green+Blue) = 18+149+153=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #129599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129599 is #ED6A66. Grayscale: #6E6E6E. Windows color (decimal): -15559271 or 10065170. OLE color: 10065170.
HSL color Cylindrical-coordinate representation of color #129599: hue angle of 181.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129599 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 149 | 153 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.4 |
| HSL | 181.78º | 0.79% | 0.34% | - |
| HSV(B) | 181.78º | 0.88% | 0.6% | - |
| XYZ | 16.75 | 23.92 | 33.87 | - |
| YUV | 110.29 | 152.1 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 153 | 0.88 | 0.03 | 0 | 0.4 | 181.78 | 0.79 | 0.34 |
| Hex | 12 | 95 | 99 | 58 | 3 | 0 | 28 | B6 | 4F | 22 |
| Octal | 22 | 225 | 231 | 130 | 3 | 0 | 50 | 266 | 117 | 42 |
| Binary | 10010 | 10010101 | 10011001 | 1011000 | 11 | 0 | 101000 | 10110110 | 1001111 | 100010 |
Color Harmonies of #129599
Complementary color
Monochromatic Colors of #129599
Black with #129599
Text Example
Text Example
White with #129599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129599; }
p { color: rgb(18,149,153); }
H1.HeaderClassName
{
color: #129599;
}
.AnyTagClassName
{
color: #129599;
}
</style>
background-color css
<style>
a { background-color: #129599; }
a { background-color: rgb(18,149,153); }
div.DivClassName
{
background-color: #129599;
}
.BgClassName
{
background-color: #129599;
}
</style>
border-color css
<style>
span { border-color: #129599; }
span { border-color: rgb(18,149,153); }
td.TdClassName
{
border-color: #129599;
}
.TagClassName
{
border-color: #129599;
}
</style>