Shades of Mountain Meadow #16AC89
Tints of Mountain Meadow #16AC89
RGB
CMYK
RGB Variations
Color information
#16AC89 (or 0x16AC89) is known color: Mountain Meadow. HEX triplet: 16, AC and 89. RGB value is (22,172,137). Sum of RGB (Red+Green+Blue) = 22+172+137=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #16AC89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AC89 is #E95376. Grayscale: #7B7B7B. Windows color (decimal): -15291255 or 9022486. OLE color: 9022486.
HSL color Cylindrical-coordinate representation of color #16AC89: hue angle of 166º 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 #16AC89 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 172 | 137 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.33 |
| HSL | 166º | 0.77% | 0.38% | - |
| HSV(B) | 166º | 0.87% | 0.67% | - |
| XYZ | 19.6 | 31.48 | 28.71 | - |
| YUV | 123.16 | 135.81 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 137 | 0.87 | 0 | 0.20 | 0.33 | 166 | 0.77 | 0.38 |
| Hex | 16 | AC | 89 | 57 | 0 | 14 | 21 | A6 | 4D | 26 |
| Octal | 26 | 254 | 211 | 127 | 0 | 24 | 41 | 246 | 115 | 46 |
| Binary | 10110 | 10101100 | 10001001 | 1010111 | 0 | 10100 | 100001 | 10100110 | 1001101 | 100110 |
Color Harmonies of #16AC89
Complementary color
Monochromatic Colors of #16AC89
Black with #16AC89
Text Example
Text Example
White with #16AC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AC89; }
p { color: rgb(22,172,137); }
H1.HeaderClassName
{
color: #16AC89;
}
.AnyTagClassName
{
color: #16AC89;
}
</style>
background-color css
<style>
a { background-color: #16AC89; }
a { background-color: rgb(22,172,137); }
div.DivClassName
{
background-color: #16AC89;
}
.BgClassName
{
background-color: #16AC89;
}
</style>
border-color css
<style>
span { border-color: #16AC89; }
span { border-color: rgb(22,172,137); }
td.TdClassName
{
border-color: #16AC89;
}
.TagClassName
{
border-color: #16AC89;
}
</style>