Shades of Java #16A08F
Tints of Java #16A08F
RGB
CMYK
RGB Variations
Color information
#16A08F (or 0x16A08F) is known color: Java. HEX triplet: 16, A0 and 8F. RGB value is (22,160,143). Sum of RGB (Red+Green+Blue) = 22+160+143=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #16A08F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A08F is #E95F70. Grayscale: #747474. Windows color (decimal): -15294321 or 9412630. OLE color: 9412630.
HSL color Cylindrical-coordinate representation of color #16A08F: hue angle of 172.61º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A08F is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 160 | 143 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.37 |
| HSL | 172.61º | 0.76% | 0.36% | - |
| HSV(B) | 172.61º | 0.86% | 0.63% | - |
| XYZ | 17.86 | 27.3 | 30.31 | - |
| YUV | 116.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 160 | 143 | 0.86 | 0 | 0.11 | 0.37 | 172.61 | 0.76 | 0.36 |
| Hex | 16 | A0 | 8F | 56 | 0 | B | 25 | AD | 4C | 24 |
| Octal | 26 | 240 | 217 | 126 | 0 | 13 | 45 | 255 | 114 | 44 |
| Binary | 10110 | 10100000 | 10001111 | 1010110 | 0 | 1011 | 100101 | 10101101 | 1001100 | 100100 |
Color Harmonies of #16A08F
Complementary color
Monochromatic Colors of #16A08F
Black with #16A08F
Text Example
Text Example
White with #16A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A08F; }
p { color: rgb(22,160,143); }
H1.HeaderClassName
{
color: #16A08F;
}
.AnyTagClassName
{
color: #16A08F;
}
</style>
background-color css
<style>
a { background-color: #16A08F; }
a { background-color: rgb(22,160,143); }
div.DivClassName
{
background-color: #16A08F;
}
.BgClassName
{
background-color: #16A08F;
}
</style>
border-color css
<style>
span { border-color: #16A08F; }
span { border-color: rgb(22,160,143); }
td.TdClassName
{
border-color: #16A08F;
}
.TagClassName
{
border-color: #16A08F;
}
</style>