Shades of Java #16988E
Tints of Java #16988E
RGB
CMYK
RGB Variations
Color information
#16988E (or 0x16988E) is known color: Java. HEX triplet: 16, 98 and 8E. RGB value is (22,152,142). Sum of RGB (Red+Green+Blue) = 22+152+142=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #16988E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16988E is #E96771. Grayscale: #6F6F6F. Windows color (decimal): -15296370 or 9345046. OLE color: 9345046.
HSL color Cylindrical-coordinate representation of color #16988E: hue angle of 175.38º 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 #16988E is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 142 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.40 |
| HSL | 175.38º | 0.75% | 0.34% | - |
| HSV(B) | 175.38º | 0.86% | 0.6% | - |
| XYZ | 16.44 | 24.58 | 29.47 | - |
| YUV | 111.99 | 144.93 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 142 | 0.86 | 0 | 0.07 | 0.40 | 175.38 | 0.75 | 0.34 |
| Hex | 16 | 98 | 8E | 56 | 0 | 7 | 28 | AF | 4B | 22 |
| Octal | 26 | 230 | 216 | 126 | 0 | 7 | 50 | 257 | 113 | 42 |
| Binary | 10110 | 10011000 | 10001110 | 1010110 | 0 | 111 | 101000 | 10101111 | 1001011 | 100010 |
Color Harmonies of #16988E
Complementary color
Monochromatic Colors of #16988E
Black with #16988E
Text Example
Text Example
White with #16988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16988E; }
p { color: rgb(22,152,142); }
H1.HeaderClassName
{
color: #16988E;
}
.AnyTagClassName
{
color: #16988E;
}
</style>
background-color css
<style>
a { background-color: #16988E; }
a { background-color: rgb(22,152,142); }
div.DivClassName
{
background-color: #16988E;
}
.BgClassName
{
background-color: #16988E;
}
</style>
border-color css
<style>
span { border-color: #16988E; }
span { border-color: rgb(22,152,142); }
td.TdClassName
{
border-color: #16988E;
}
.TagClassName
{
border-color: #16988E;
}
</style>