Shades of Java #16988C
Tints of Java #16988C
RGB
CMYK
RGB Variations
Color information
#16988C (or 0x16988C) is known color: Java. HEX triplet: 16, 98 and 8C. RGB value is (22,152,140). Sum of RGB (Red+Green+Blue) = 22+152+140=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #16988C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16988C is #E96773. Grayscale: #6F6F6F. Windows color (decimal): -15296372 or 9213974. OLE color: 9213974.
HSL color Cylindrical-coordinate representation of color #16988C: hue angle of 174.46º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16988C is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 140 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.40 |
| HSL | 174.46º | 0.75% | 0.34% | - |
| HSV(B) | 174.46º | 0.86% | 0.6% | - |
| XYZ | 16.29 | 24.52 | 28.69 | - |
| YUV | 111.76 | 143.93 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 140 | 0.86 | 0 | 0.08 | 0.40 | 174.46 | 0.75 | 0.34 |
| Hex | 16 | 98 | 8C | 56 | 0 | 8 | 28 | AE | 4B | 22 |
| Octal | 26 | 230 | 214 | 126 | 0 | 10 | 50 | 256 | 113 | 42 |
| Binary | 10110 | 10011000 | 10001100 | 1010110 | 0 | 1000 | 101000 | 10101110 | 1001011 | 100010 |
Color Harmonies of #16988C
Complementary color
Monochromatic Colors of #16988C
Black with #16988C
Text Example
Text Example
White with #16988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16988C; }
p { color: rgb(22,152,140); }
H1.HeaderClassName
{
color: #16988C;
}
.AnyTagClassName
{
color: #16988C;
}
</style>
background-color css
<style>
a { background-color: #16988C; }
a { background-color: rgb(22,152,140); }
div.DivClassName
{
background-color: #16988C;
}
.BgClassName
{
background-color: #16988C;
}
</style>
border-color css
<style>
span { border-color: #16988C; }
span { border-color: rgb(22,152,140); }
td.TdClassName
{
border-color: #16988C;
}
.TagClassName
{
border-color: #16988C;
}
</style>