Shades of Java #119698
Tints of Java #119698
RGB
CMYK
RGB Variations
Color information
#119698 (or 0x119698) is known color: Java. HEX triplet: 11, 96 and 98. RGB value is (17,150,152). Sum of RGB (Red+Green+Blue) = 17+150+152=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #119698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119698 is #EE6967. Grayscale: #6E6E6E. Windows color (decimal): -15624552 or 9999889. OLE color: 9999889.
HSL color Cylindrical-coordinate representation of color #119698: hue angle of 180.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119698 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 150 | 152 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.40 |
| HSL | 180.89º | 0.8% | 0.33% | - |
| HSV(B) | 180.89º | 0.89% | 0.6% | - |
| XYZ | 16.81 | 24.2 | 33.49 | - |
| YUV | 110.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 152 | 0.89 | 0.01 | 0 | 0.40 | 180.89 | 0.8 | 0.33 |
| Hex | 11 | 96 | 98 | 59 | 1 | 0 | 28 | B5 | 50 | 21 |
| Octal | 21 | 226 | 230 | 131 | 1 | 0 | 50 | 265 | 120 | 41 |
| Binary | 10001 | 10010110 | 10011000 | 1011001 | 1 | 0 | 101000 | 10110101 | 1010000 | 100001 |
Color Harmonies of #119698
Complementary color
Monochromatic Colors of #119698
Black with #119698
Text Example
Text Example
White with #119698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119698; }
p { color: rgb(17,150,152); }
H1.HeaderClassName
{
color: #119698;
}
.AnyTagClassName
{
color: #119698;
}
</style>
background-color css
<style>
a { background-color: #119698; }
a { background-color: rgb(17,150,152); }
div.DivClassName
{
background-color: #119698;
}
.BgClassName
{
background-color: #119698;
}
</style>
border-color css
<style>
span { border-color: #119698; }
span { border-color: rgb(17,150,152); }
td.TdClassName
{
border-color: #119698;
}
.TagClassName
{
border-color: #119698;
}
</style>