Shades of Java #16908E
Tints of Java #16908E
RGB
CMYK
RGB Variations
Color information
#16908E (or 0x16908E) is known color: Java. HEX triplet: 16, 90 and 8E. RGB value is (22,144,142). Sum of RGB (Red+Green+Blue) = 22+144+142=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #16908E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16908E is #E96F71. Grayscale: #6B6B6B. Windows color (decimal): -15298418 or 9342998. OLE color: 9342998.
HSL color Cylindrical-coordinate representation of color #16908E: hue angle of 179.02º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16908E is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 144 | 142 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.44 |
| HSL | 179.02º | 0.73% | 0.33% | - |
| HSV(B) | 179.02º | 0.85% | 0.56% | - |
| XYZ | 15.19 | 22.07 | 29.05 | - |
| YUV | 107.29 | 147.58 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 144 | 142 | 0.85 | 0 | 0.01 | 0.44 | 179.02 | 0.73 | 0.33 |
| Hex | 16 | 90 | 8E | 55 | 0 | 1 | 2C | B3 | 49 | 21 |
| Octal | 26 | 220 | 216 | 125 | 0 | 1 | 54 | 263 | 111 | 41 |
| Binary | 10110 | 10010000 | 10001110 | 1010101 | 0 | 1 | 101100 | 10110011 | 1001001 | 100001 |
Color Harmonies of #16908E
Complementary color
Monochromatic Colors of #16908E
Black with #16908E
Text Example
Text Example
White with #16908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16908E; }
p { color: rgb(22,144,142); }
H1.HeaderClassName
{
color: #16908E;
}
.AnyTagClassName
{
color: #16908E;
}
</style>
background-color css
<style>
a { background-color: #16908E; }
a { background-color: rgb(22,144,142); }
div.DivClassName
{
background-color: #16908E;
}
.BgClassName
{
background-color: #16908E;
}
</style>
border-color css
<style>
span { border-color: #16908E; }
span { border-color: rgb(22,144,142); }
td.TdClassName
{
border-color: #16908E;
}
.TagClassName
{
border-color: #16908E;
}
</style>