Shades of Java #119592
Tints of Java #119592
RGB
CMYK
RGB Variations
Color information
#119592 (or 0x119592) is known color: Java. HEX triplet: 11, 95 and 92. RGB value is (17,149,146). Sum of RGB (Red+Green+Blue) = 17+149+146=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #119592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119592 is #EE6A6D. Grayscale: #6D6D6D. Windows color (decimal): -15624814 or 9606417. OLE color: 9606417.
HSL color Cylindrical-coordinate representation of color #119592: hue angle of 178.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119592 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 146 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.42 |
| HSL | 178.64º | 0.8% | 0.33% | - |
| HSV(B) | 178.64º | 0.89% | 0.58% | - |
| XYZ | 16.17 | 23.69 | 30.91 | - |
| YUV | 109.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 146 | 0.89 | 0 | 0.02 | 0.42 | 178.64 | 0.8 | 0.33 |
| Hex | 11 | 95 | 92 | 59 | 0 | 2 | 2A | B3 | 50 | 21 |
| Octal | 21 | 225 | 222 | 131 | 0 | 2 | 52 | 263 | 120 | 41 |
| Binary | 10001 | 10010101 | 10010010 | 1011001 | 0 | 10 | 101010 | 10110011 | 1010000 | 100001 |
Color Harmonies of #119592
Complementary color
Monochromatic Colors of #119592
Black with #119592
Text Example
Text Example
White with #119592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119592; }
p { color: rgb(17,149,146); }
H1.HeaderClassName
{
color: #119592;
}
.AnyTagClassName
{
color: #119592;
}
</style>
background-color css
<style>
a { background-color: #119592; }
a { background-color: rgb(17,149,146); }
div.DivClassName
{
background-color: #119592;
}
.BgClassName
{
background-color: #119592;
}
</style>
border-color css
<style>
span { border-color: #119592; }
span { border-color: rgb(17,149,146); }
td.TdClassName
{
border-color: #119592;
}
.TagClassName
{
border-color: #119592;
}
</style>