Shades of Java #119892
Tints of Java #119892
RGB
CMYK
RGB Variations
Color information
#119892 (or 0x119892) is known color: Java. HEX triplet: 11, 98 and 92. RGB value is (17,152,146). Sum of RGB (Red+Green+Blue) = 17+152+146=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #119892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119892 is #EE676D. Grayscale: #6E6E6E. Windows color (decimal): -15624046 or 9607185. OLE color: 9607185.
HSL color Cylindrical-coordinate representation of color #119892: hue angle of 177.33º 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 #119892 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 146 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.40 |
| HSL | 177.33º | 0.8% | 0.33% | - |
| HSV(B) | 177.33º | 0.89% | 0.6% | - |
| XYZ | 16.65 | 24.65 | 31.07 | - |
| YUV | 110.95 | 147.77 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 146 | 0.89 | 0 | 0.04 | 0.40 | 177.33 | 0.8 | 0.33 |
| Hex | 11 | 98 | 92 | 59 | 0 | 4 | 28 | B1 | 50 | 21 |
| Octal | 21 | 230 | 222 | 131 | 0 | 4 | 50 | 261 | 120 | 41 |
| Binary | 10001 | 10011000 | 10010010 | 1011001 | 0 | 100 | 101000 | 10110001 | 1010000 | 100001 |
Color Harmonies of #119892
Complementary color
Monochromatic Colors of #119892
Black with #119892
Text Example
Text Example
White with #119892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119892; }
p { color: rgb(17,152,146); }
H1.HeaderClassName
{
color: #119892;
}
.AnyTagClassName
{
color: #119892;
}
</style>
background-color css
<style>
a { background-color: #119892; }
a { background-color: rgb(17,152,146); }
div.DivClassName
{
background-color: #119892;
}
.BgClassName
{
background-color: #119892;
}
</style>
border-color css
<style>
span { border-color: #119892; }
span { border-color: rgb(17,152,146); }
td.TdClassName
{
border-color: #119892;
}
.TagClassName
{
border-color: #119892;
}
</style>