Shades of Java #119891
Tints of Java #119891
RGB
CMYK
RGB Variations
Color information
#119891 (or 0x119891) is known color: Java. HEX triplet: 11, 98 and 91. RGB value is (17,152,145). Sum of RGB (Red+Green+Blue) = 17+152+145=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #119891 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119891 is #EE676E. Grayscale: #6E6E6E. Windows color (decimal): -15624047 or 9541649. OLE color: 9541649.
HSL color Cylindrical-coordinate representation of color #119891: hue angle of 176.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 #119891 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 145 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.40 |
| HSL | 176.89º | 0.8% | 0.33% | - |
| HSV(B) | 176.89º | 0.89% | 0.6% | - |
| XYZ | 16.57 | 24.62 | 30.67 | - |
| YUV | 110.84 | 147.27 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 145 | 0.89 | 0 | 0.05 | 0.40 | 176.89 | 0.8 | 0.33 |
| Hex | 11 | 98 | 91 | 59 | 0 | 5 | 28 | B1 | 50 | 21 |
| Octal | 21 | 230 | 221 | 131 | 0 | 5 | 50 | 261 | 120 | 41 |
| Binary | 10001 | 10011000 | 10010001 | 1011001 | 0 | 101 | 101000 | 10110001 | 1010000 | 100001 |
Color Harmonies of #119891
Complementary color
Monochromatic Colors of #119891
Black with #119891
Text Example
Text Example
White with #119891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119891; }
p { color: rgb(17,152,145); }
H1.HeaderClassName
{
color: #119891;
}
.AnyTagClassName
{
color: #119891;
}
</style>
background-color css
<style>
a { background-color: #119891; }
a { background-color: rgb(17,152,145); }
div.DivClassName
{
background-color: #119891;
}
.BgClassName
{
background-color: #119891;
}
</style>
border-color css
<style>
span { border-color: #119891; }
span { border-color: rgb(17,152,145); }
td.TdClassName
{
border-color: #119891;
}
.TagClassName
{
border-color: #119891;
}
</style>