Shades of Java #129691
Tints of Java #129691
RGB
CMYK
RGB Variations
Color information
#129691 (or 0x129691) is known color: Java. HEX triplet: 12, 96 and 91. RGB value is (18,150,145). Sum of RGB (Red+Green+Blue) = 18+150+145=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #129691 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129691 is #ED696E. Grayscale: #6D6D6D. Windows color (decimal): -15559023 or 9541138. OLE color: 9541138.
HSL color Cylindrical-coordinate representation of color #129691: hue angle of 177.73º 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 #129691 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 145 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.41 |
| HSL | 177.73º | 0.79% | 0.33% | - |
| HSV(B) | 177.73º | 0.88% | 0.59% | - |
| XYZ | 16.27 | 23.99 | 30.56 | - |
| YUV | 109.96 | 147.77 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 145 | 0.88 | 0 | 0.03 | 0.41 | 177.73 | 0.79 | 0.33 |
| Hex | 12 | 96 | 91 | 58 | 0 | 3 | 29 | B2 | 4F | 21 |
| Octal | 22 | 226 | 221 | 130 | 0 | 3 | 51 | 262 | 117 | 41 |
| Binary | 10010 | 10010110 | 10010001 | 1011000 | 0 | 11 | 101001 | 10110010 | 1001111 | 100001 |
Color Harmonies of #129691
Complementary color
Monochromatic Colors of #129691
Black with #129691
Text Example
Text Example
White with #129691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129691; }
p { color: rgb(18,150,145); }
H1.HeaderClassName
{
color: #129691;
}
.AnyTagClassName
{
color: #129691;
}
</style>
background-color css
<style>
a { background-color: #129691; }
a { background-color: rgb(18,150,145); }
div.DivClassName
{
background-color: #129691;
}
.BgClassName
{
background-color: #129691;
}
</style>
border-color css
<style>
span { border-color: #129691; }
span { border-color: rgb(18,150,145); }
td.TdClassName
{
border-color: #129691;
}
.TagClassName
{
border-color: #129691;
}
</style>