Shades of Java #16A292
Tints of Java #16A292
RGB
CMYK
RGB Variations
Color information
#16A292 (or 0x16A292) is known color: Java. HEX triplet: 16, A2 and 92. RGB value is (22,162,146). Sum of RGB (Red+Green+Blue) = 22+162+146=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #16A292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A292 is #E95D6D. Grayscale: #767676. Windows color (decimal): -15293806 or 9609750. OLE color: 9609750.
HSL color Cylindrical-coordinate representation of color #16A292: hue angle of 173.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A292 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 162 | 146 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.36 |
| HSL | 173.14º | 0.76% | 0.36% | - |
| HSV(B) | 173.14º | 0.86% | 0.64% | - |
| XYZ | 18.44 | 28.09 | 31.64 | - |
| YUV | 118.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 162 | 146 | 0.86 | 0 | 0.10 | 0.36 | 173.14 | 0.76 | 0.36 |
| Hex | 16 | A2 | 92 | 56 | 0 | A | 24 | AD | 4C | 24 |
| Octal | 26 | 242 | 222 | 126 | 0 | 12 | 44 | 255 | 114 | 44 |
| Binary | 10110 | 10100010 | 10010010 | 1010110 | 0 | 1010 | 100100 | 10101101 | 1001100 | 100100 |
Color Harmonies of #16A292
Complementary color
Monochromatic Colors of #16A292
Black with #16A292
Text Example
Text Example
White with #16A292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A292; }
p { color: rgb(22,162,146); }
H1.HeaderClassName
{
color: #16A292;
}
.AnyTagClassName
{
color: #16A292;
}
</style>
background-color css
<style>
a { background-color: #16A292; }
a { background-color: rgb(22,162,146); }
div.DivClassName
{
background-color: #16A292;
}
.BgClassName
{
background-color: #16A292;
}
</style>
border-color css
<style>
span { border-color: #16A292; }
span { border-color: rgb(22,162,146); }
td.TdClassName
{
border-color: #16A292;
}
.TagClassName
{
border-color: #16A292;
}
</style>