Shades of Java #11988F
Tints of Java #11988F
RGB
CMYK
RGB Variations
Color information
#11988F (or 0x11988F) is known color: Java. HEX triplet: 11, 98 and 8F. RGB value is (17,152,143). Sum of RGB (Red+Green+Blue) = 17+152+143=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #11988F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11988F is #EE6770. Grayscale: #6E6E6E. Windows color (decimal): -15624049 or 9410577. OLE color: 9410577.
HSL color Cylindrical-coordinate representation of color #11988F: hue angle of 176º 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 #11988F is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 143 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.40 |
| HSL | 176º | 0.8% | 0.33% | - |
| HSV(B) | 176º | 0.89% | 0.6% | - |
| XYZ | 16.42 | 24.56 | 29.86 | - |
| YUV | 110.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 143 | 0.89 | 0 | 0.06 | 0.40 | 176 | 0.8 | 0.33 |
| Hex | 11 | 98 | 8F | 59 | 0 | 6 | 28 | B0 | 50 | 21 |
| Octal | 21 | 230 | 217 | 131 | 0 | 6 | 50 | 260 | 120 | 41 |
| Binary | 10001 | 10011000 | 10001111 | 1011001 | 0 | 110 | 101000 | 10110000 | 1010000 | 100001 |
Color Harmonies of #11988F
Complementary color
Monochromatic Colors of #11988F
Black with #11988F
Text Example
Text Example
White with #11988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11988F; }
p { color: rgb(17,152,143); }
H1.HeaderClassName
{
color: #11988F;
}
.AnyTagClassName
{
color: #11988F;
}
</style>
background-color css
<style>
a { background-color: #11988F; }
a { background-color: rgb(17,152,143); }
div.DivClassName
{
background-color: #11988F;
}
.BgClassName
{
background-color: #11988F;
}
</style>
border-color css
<style>
span { border-color: #11988F; }
span { border-color: rgb(17,152,143); }
td.TdClassName
{
border-color: #11988F;
}
.TagClassName
{
border-color: #11988F;
}
</style>