Shades of Java #129696
Tints of Java #129696
RGB
CMYK
RGB Variations
Color information
#129696 (or 0x129696) is known color: Java. HEX triplet: 12, 96 and 96. RGB value is (18,150,150). Sum of RGB (Red+Green+Blue) = 18+150+150=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #129696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129696 is #ED6969. Grayscale: #6E6E6E. Windows color (decimal): -15559018 or 9868818. OLE color: 9868818.
HSL color Cylindrical-coordinate representation of color #129696: hue angle of 180º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129696 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 150 | - |
| CMYK | 0.88 | 0 | 0 | 0.41 |
| HSL | 180º | 0.79% | 0.33% | - |
| HSV(B) | 180º | 0.88% | 0.59% | - |
| XYZ | 16.66 | 24.14 | 32.64 | - |
| YUV | 110.53 | 150.27 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 150 | 0.88 | 0 | 0 | 0.41 | 180 | 0.79 | 0.33 |
| Hex | 12 | 96 | 96 | 58 | 0 | 0 | 29 | B4 | 4F | 21 |
| Octal | 22 | 226 | 226 | 130 | 0 | 0 | 51 | 264 | 117 | 41 |
| Binary | 10010 | 10010110 | 10010110 | 1011000 | 0 | 0 | 101001 | 10110100 | 1001111 | 100001 |
Color Harmonies of #129696
Complementary color
Monochromatic Colors of #129696
Black with #129696
Text Example
Text Example
White with #129696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129696; }
p { color: rgb(18,150,150); }
H1.HeaderClassName
{
color: #129696;
}
.AnyTagClassName
{
color: #129696;
}
</style>
background-color css
<style>
a { background-color: #129696; }
a { background-color: rgb(18,150,150); }
div.DivClassName
{
background-color: #129696;
}
.BgClassName
{
background-color: #129696;
}
</style>
border-color css
<style>
span { border-color: #129696; }
span { border-color: rgb(18,150,150); }
td.TdClassName
{
border-color: #129696;
}
.TagClassName
{
border-color: #129696;
}
</style>