Shades of Java #16918C
Tints of Java #16918C
RGB
CMYK
RGB Variations
Color information
#16918C (or 0x16918C) is known color: Java. HEX triplet: 16, 91 and 8C. RGB value is (22,145,140). Sum of RGB (Red+Green+Blue) = 22+145+140=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #16918C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16918C is #E96E73. Grayscale: #6B6B6B. Windows color (decimal): -15298164 or 9212182. OLE color: 9212182.
HSL color Cylindrical-coordinate representation of color #16918C: hue angle of 177.56º 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 #16918C is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 145 | 140 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.43 |
| HSL | 177.56º | 0.74% | 0.33% | - |
| HSV(B) | 177.56º | 0.85% | 0.57% | - |
| XYZ | 15.19 | 22.31 | 28.32 | - |
| YUV | 107.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 140 | 0.85 | 0 | 0.03 | 0.43 | 177.56 | 0.74 | 0.33 |
| Hex | 16 | 91 | 8C | 55 | 0 | 3 | 2B | B2 | 4A | 21 |
| Octal | 26 | 221 | 214 | 125 | 0 | 3 | 53 | 262 | 112 | 41 |
| Binary | 10110 | 10010001 | 10001100 | 1010101 | 0 | 11 | 101011 | 10110010 | 1001010 | 100001 |
Color Harmonies of #16918C
Complementary color
Monochromatic Colors of #16918C
Black with #16918C
Text Example
Text Example
White with #16918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16918C; }
p { color: rgb(22,145,140); }
H1.HeaderClassName
{
color: #16918C;
}
.AnyTagClassName
{
color: #16918C;
}
</style>
background-color css
<style>
a { background-color: #16918C; }
a { background-color: rgb(22,145,140); }
div.DivClassName
{
background-color: #16918C;
}
.BgClassName
{
background-color: #16918C;
}
</style>
border-color css
<style>
span { border-color: #16918C; }
span { border-color: rgb(22,145,140); }
td.TdClassName
{
border-color: #16918C;
}
.TagClassName
{
border-color: #16918C;
}
</style>