Shades of Java #16908C
Tints of Java #16908C
RGB
CMYK
RGB Variations
Color information
#16908C (or 0x16908C) is known color: Java. HEX triplet: 16, 90 and 8C. RGB value is (22,144,140). Sum of RGB (Red+Green+Blue) = 22+144+140=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #16908C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16908C is #E96F73. Grayscale: #6A6A6A. Windows color (decimal): -15298420 or 9211926. OLE color: 9211926.
HSL color Cylindrical-coordinate representation of color #16908C: hue angle of 178.03º 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 #16908C is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 144 | 140 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.44 |
| HSL | 178.03º | 0.73% | 0.33% | - |
| HSV(B) | 178.03º | 0.85% | 0.56% | - |
| XYZ | 15.04 | 22.01 | 28.27 | - |
| YUV | 107.07 | 146.58 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 144 | 140 | 0.85 | 0 | 0.03 | 0.44 | 178.03 | 0.73 | 0.33 |
| Hex | 16 | 90 | 8C | 55 | 0 | 3 | 2C | B2 | 49 | 21 |
| Octal | 26 | 220 | 214 | 125 | 0 | 3 | 54 | 262 | 111 | 41 |
| Binary | 10110 | 10010000 | 10001100 | 1010101 | 0 | 11 | 101100 | 10110010 | 1001001 | 100001 |
Color Harmonies of #16908C
Complementary color
Monochromatic Colors of #16908C
Black with #16908C
Text Example
Text Example
White with #16908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16908C; }
p { color: rgb(22,144,140); }
H1.HeaderClassName
{
color: #16908C;
}
.AnyTagClassName
{
color: #16908C;
}
</style>
background-color css
<style>
a { background-color: #16908C; }
a { background-color: rgb(22,144,140); }
div.DivClassName
{
background-color: #16908C;
}
.BgClassName
{
background-color: #16908C;
}
</style>
border-color css
<style>
span { border-color: #16908C; }
span { border-color: rgb(22,144,140); }
td.TdClassName
{
border-color: #16908C;
}
.TagClassName
{
border-color: #16908C;
}
</style>