Shades of Java #129997
Tints of Java #129997
RGB
CMYK
RGB Variations
Color information
#129997 (or 0x129997) is known color: Java. HEX triplet: 12, 99 and 97. RGB value is (18,153,151). Sum of RGB (Red+Green+Blue) = 18+153+151=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #129997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129997 is #ED6668. Grayscale: #707070. Windows color (decimal): -15558249 or 9935122. OLE color: 9935122.
HSL color Cylindrical-coordinate representation of color #129997: hue angle of 179.11º 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 #129997 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 153 | 151 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.4 |
| HSL | 179.11º | 0.79% | 0.34% | - |
| HSV(B) | 179.11º | 0.88% | 0.6% | - |
| XYZ | 17.23 | 25.15 | 33.22 | - |
| YUV | 112.41 | 149.77 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 151 | 0.88 | 0 | 0.01 | 0.4 | 179.11 | 0.79 | 0.34 |
| Hex | 12 | 99 | 97 | 58 | 0 | 1 | 28 | B3 | 4F | 22 |
| Octal | 22 | 231 | 227 | 130 | 0 | 1 | 50 | 263 | 117 | 42 |
| Binary | 10010 | 10011001 | 10010111 | 1011000 | 0 | 1 | 101000 | 10110011 | 1001111 | 100010 |
Color Harmonies of #129997
Complementary color
Monochromatic Colors of #129997
Black with #129997
Text Example
Text Example
White with #129997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129997; }
p { color: rgb(18,153,151); }
H1.HeaderClassName
{
color: #129997;
}
.AnyTagClassName
{
color: #129997;
}
</style>
background-color css
<style>
a { background-color: #129997; }
a { background-color: rgb(18,153,151); }
div.DivClassName
{
background-color: #129997;
}
.BgClassName
{
background-color: #129997;
}
</style>
border-color css
<style>
span { border-color: #129997; }
span { border-color: rgb(18,153,151); }
td.TdClassName
{
border-color: #129997;
}
.TagClassName
{
border-color: #129997;
}
</style>