Shades of Java #16968E
Tints of Java #16968E
RGB
CMYK
RGB Variations
Color information
#16968E (or 0x16968E) is known color: Java. HEX triplet: 16, 96 and 8E. RGB value is (22,150,142). Sum of RGB (Red+Green+Blue) = 22+150+142=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #16968E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16968E is #E96971. Grayscale: #6E6E6E. Windows color (decimal): -15296882 or 9344534. OLE color: 9344534.
HSL color Cylindrical-coordinate representation of color #16968E: hue angle of 176.25º degrees, saturation: 0.74, 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 #16968E is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 150 | 142 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.41 |
| HSL | 176.25º | 0.74% | 0.34% | - |
| HSV(B) | 176.25º | 0.85% | 0.59% | - |
| XYZ | 16.12 | 23.94 | 29.36 | - |
| YUV | 110.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 142 | 0.85 | 0 | 0.05 | 0.41 | 176.25 | 0.74 | 0.34 |
| Hex | 16 | 96 | 8E | 55 | 0 | 5 | 29 | B0 | 4A | 22 |
| Octal | 26 | 226 | 216 | 125 | 0 | 5 | 51 | 260 | 112 | 42 |
| Binary | 10110 | 10010110 | 10001110 | 1010101 | 0 | 101 | 101001 | 10110000 | 1001010 | 100010 |
Color Harmonies of #16968E
Complementary color
Monochromatic Colors of #16968E
Black with #16968E
Text Example
Text Example
White with #16968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16968E; }
p { color: rgb(22,150,142); }
H1.HeaderClassName
{
color: #16968E;
}
.AnyTagClassName
{
color: #16968E;
}
</style>
background-color css
<style>
a { background-color: #16968E; }
a { background-color: rgb(22,150,142); }
div.DivClassName
{
background-color: #16968E;
}
.BgClassName
{
background-color: #16968E;
}
</style>
border-color css
<style>
span { border-color: #16968E; }
span { border-color: rgb(22,150,142); }
td.TdClassName
{
border-color: #16968E;
}
.TagClassName
{
border-color: #16968E;
}
</style>