Shades of Jade #16A672
Tints of Jade #16A672
RGB
CMYK
RGB Variations
Color information
#16A672 (or 0x16A672) is known color: Jade. HEX triplet: 16, A6 and 72. RGB value is (22,166,114). Sum of RGB (Red+Green+Blue) = 22+166+114=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #16A672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A672 is #E9598D. Grayscale: #757575. Windows color (decimal): -15292814 or 7513622. OLE color: 7513622.
HSL color Cylindrical-coordinate representation of color #16A672: hue angle of 158.33º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A672 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 166 | 114 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.35 |
| HSL | 158.33º | 0.77% | 0.37% | - |
| HSV(B) | 158.33º | 0.87% | 0.65% | - |
| XYZ | 17 | 28.66 | 20.55 | - |
| YUV | 117.02 | 126.29 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 166 | 114 | 0.87 | 0 | 0.31 | 0.35 | 158.33 | 0.77 | 0.37 |
| Hex | 16 | A6 | 72 | 57 | 0 | 1F | 23 | 9E | 4D | 25 |
| Octal | 26 | 246 | 162 | 127 | 0 | 37 | 43 | 236 | 115 | 45 |
| Binary | 10110 | 10100110 | 1110010 | 1010111 | 0 | 11111 | 100011 | 10011110 | 1001101 | 100101 |
Color Harmonies of #16A672
Complementary color
Monochromatic Colors of #16A672
Black with #16A672
Text Example
Text Example
White with #16A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A672; }
p { color: rgb(22,166,114); }
H1.HeaderClassName
{
color: #16A672;
}
.AnyTagClassName
{
color: #16A672;
}
</style>
background-color css
<style>
a { background-color: #16A672; }
a { background-color: rgb(22,166,114); }
div.DivClassName
{
background-color: #16A672;
}
.BgClassName
{
background-color: #16A672;
}
</style>
border-color css
<style>
span { border-color: #16A672; }
span { border-color: rgb(22,166,114); }
td.TdClassName
{
border-color: #16A672;
}
.TagClassName
{
border-color: #16A672;
}
</style>