Shades of Java #16918E
Tints of Java #16918E
RGB
CMYK
RGB Variations
Color information
#16918E (or 0x16918E) is known color: Java. HEX triplet: 16, 91 and 8E. RGB value is (22,145,142). Sum of RGB (Red+Green+Blue) = 22+145+142=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #16918E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16918E is #E96E71. Grayscale: #6B6B6B. Windows color (decimal): -15298162 or 9343254. OLE color: 9343254.
HSL color Cylindrical-coordinate representation of color #16918E: hue angle of 178.54º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16918E is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 145 | 142 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.43 |
| HSL | 178.54º | 0.74% | 0.33% | - |
| HSV(B) | 178.54º | 0.85% | 0.57% | - |
| XYZ | 15.34 | 22.37 | 29.1 | - |
| YUV | 107.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 142 | 0.85 | 0 | 0.02 | 0.43 | 178.54 | 0.74 | 0.33 |
| Hex | 16 | 91 | 8E | 55 | 0 | 2 | 2B | B3 | 4A | 21 |
| Octal | 26 | 221 | 216 | 125 | 0 | 2 | 53 | 263 | 112 | 41 |
| Binary | 10110 | 10010001 | 10001110 | 1010101 | 0 | 10 | 101011 | 10110011 | 1001010 | 100001 |
Color Harmonies of #16918E
Complementary color
Monochromatic Colors of #16918E
Black with #16918E
Text Example
Text Example
White with #16918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16918E; }
p { color: rgb(22,145,142); }
H1.HeaderClassName
{
color: #16918E;
}
.AnyTagClassName
{
color: #16918E;
}
</style>
background-color css
<style>
a { background-color: #16918E; }
a { background-color: rgb(22,145,142); }
div.DivClassName
{
background-color: #16918E;
}
.BgClassName
{
background-color: #16918E;
}
</style>
border-color css
<style>
span { border-color: #16918E; }
span { border-color: rgb(22,145,142); }
td.TdClassName
{
border-color: #16918E;
}
.TagClassName
{
border-color: #16918E;
}
</style>