Shades of Mountain Meadow #16AA83
Tints of Mountain Meadow #16AA83
RGB
CMYK
RGB Variations
Color information
#16AA83 (or 0x16AA83) is known color: Mountain Meadow. HEX triplet: 16, AA and 83. RGB value is (22,170,131). Sum of RGB (Red+Green+Blue) = 22+170+131=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #16AA83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AA83 is #E9557C. Grayscale: #797979. Windows color (decimal): -15291773 or 8628758. OLE color: 8628758.
HSL color Cylindrical-coordinate representation of color #16AA83: hue angle of 164.19º 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 #16AA83 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 170 | 131 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.33 |
| HSL | 164.19º | 0.77% | 0.38% | - |
| HSV(B) | 164.19º | 0.87% | 0.67% | - |
| XYZ | 18.8 | 30.56 | 26.38 | - |
| YUV | 121.3 | 133.47 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 131 | 0.87 | 0 | 0.23 | 0.33 | 164.19 | 0.77 | 0.38 |
| Hex | 16 | AA | 83 | 57 | 0 | 17 | 21 | A4 | 4D | 26 |
| Octal | 26 | 252 | 203 | 127 | 0 | 27 | 41 | 244 | 115 | 46 |
| Binary | 10110 | 10101010 | 10000011 | 1010111 | 0 | 10111 | 100001 | 10100100 | 1001101 | 100110 |
Color Harmonies of #16AA83
Complementary color
Monochromatic Colors of #16AA83
Black with #16AA83
Text Example
Text Example
White with #16AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AA83; }
p { color: rgb(22,170,131); }
H1.HeaderClassName
{
color: #16AA83;
}
.AnyTagClassName
{
color: #16AA83;
}
</style>
background-color css
<style>
a { background-color: #16AA83; }
a { background-color: rgb(22,170,131); }
div.DivClassName
{
background-color: #16AA83;
}
.BgClassName
{
background-color: #16AA83;
}
</style>
border-color css
<style>
span { border-color: #16AA83; }
span { border-color: rgb(22,170,131); }
td.TdClassName
{
border-color: #16AA83;
}
.TagClassName
{
border-color: #16AA83;
}
</style>