Shades of Mountain Meadow #16AA91
Tints of Mountain Meadow #16AA91
RGB
CMYK
RGB Variations
Color information
#16AA91 (or 0x16AA91) is known color: Mountain Meadow. HEX triplet: 16, AA and 91. RGB value is (22,170,145). Sum of RGB (Red+Green+Blue) = 22+170+145=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #16AA91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AA91 is #E9556E. Grayscale: #7A7A7A. Windows color (decimal): -15291759 or 9546262. OLE color: 9546262.
HSL color Cylindrical-coordinate representation of color #16AA91: hue angle of 169.86º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AA91 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 170 | 145 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.33 |
| HSL | 169.86º | 0.77% | 0.38% | - |
| HSV(B) | 169.86º | 0.87% | 0.67% | - |
| XYZ | 19.82 | 30.96 | 31.72 | - |
| YUV | 122.9 | 140.47 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 145 | 0.87 | 0 | 0.15 | 0.33 | 169.86 | 0.77 | 0.38 |
| Hex | 16 | AA | 91 | 57 | 0 | F | 21 | AA | 4D | 26 |
| Octal | 26 | 252 | 221 | 127 | 0 | 17 | 41 | 252 | 115 | 46 |
| Binary | 10110 | 10101010 | 10010001 | 1010111 | 0 | 1111 | 100001 | 10101010 | 1001101 | 100110 |
Color Harmonies of #16AA91
Complementary color
Monochromatic Colors of #16AA91
Black with #16AA91
Text Example
Text Example
White with #16AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AA91; }
p { color: rgb(22,170,145); }
H1.HeaderClassName
{
color: #16AA91;
}
.AnyTagClassName
{
color: #16AA91;
}
</style>
background-color css
<style>
a { background-color: #16AA91; }
a { background-color: rgb(22,170,145); }
div.DivClassName
{
background-color: #16AA91;
}
.BgClassName
{
background-color: #16AA91;
}
</style>
border-color css
<style>
span { border-color: #16AA91; }
span { border-color: rgb(22,170,145); }
td.TdClassName
{
border-color: #16AA91;
}
.TagClassName
{
border-color: #16AA91;
}
</style>