Shades of Java #16978E
Tints of Java #16978E
RGB
CMYK
RGB Variations
Color information
#16978E (or 0x16978E) is known color: Java. HEX triplet: 16, 97 and 8E. RGB value is (22,151,142). Sum of RGB (Red+Green+Blue) = 22+151+142=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #16978E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16978E is #E96871. Grayscale: #6F6F6F. Windows color (decimal): -15296626 or 9344790. OLE color: 9344790.
HSL color Cylindrical-coordinate representation of color #16978E: hue angle of 175.81º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16978E is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 151 | 142 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.41 |
| HSL | 175.81º | 0.75% | 0.34% | - |
| HSV(B) | 175.81º | 0.85% | 0.59% | - |
| XYZ | 16.28 | 24.26 | 29.42 | - |
| YUV | 111.4 | 145.26 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 142 | 0.85 | 0 | 0.06 | 0.41 | 175.81 | 0.75 | 0.34 |
| Hex | 16 | 97 | 8E | 55 | 0 | 6 | 29 | B0 | 4B | 22 |
| Octal | 26 | 227 | 216 | 125 | 0 | 6 | 51 | 260 | 113 | 42 |
| Binary | 10110 | 10010111 | 10001110 | 1010101 | 0 | 110 | 101001 | 10110000 | 1001011 | 100010 |
Color Harmonies of #16978E
Complementary color
Monochromatic Colors of #16978E
Black with #16978E
Text Example
Text Example
White with #16978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16978E; }
p { color: rgb(22,151,142); }
H1.HeaderClassName
{
color: #16978E;
}
.AnyTagClassName
{
color: #16978E;
}
</style>
background-color css
<style>
a { background-color: #16978E; }
a { background-color: rgb(22,151,142); }
div.DivClassName
{
background-color: #16978E;
}
.BgClassName
{
background-color: #16978E;
}
</style>
border-color css
<style>
span { border-color: #16978E; }
span { border-color: rgb(22,151,142); }
td.TdClassName
{
border-color: #16978E;
}
.TagClassName
{
border-color: #16978E;
}
</style>