Shades of Mountain Meadow #16AE8D
Tints of Mountain Meadow #16AE8D
RGB
CMYK
RGB Variations
Color information
#16AE8D (or 0x16AE8D) is known color: Mountain Meadow. HEX triplet: 16, AE and 8D. RGB value is (22,174,141). Sum of RGB (Red+Green+Blue) = 22+174+141=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AE8D is #E95172. Grayscale: #7C7C7C. Windows color (decimal): -15290739 or 9285142. OLE color: 9285142.
HSL color Cylindrical-coordinate representation of color #16AE8D: hue angle of 166.97º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AE8D is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 174 | 141 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.32 |
| HSL | 166.97º | 0.78% | 0.38% | - |
| HSV(B) | 166.97º | 0.87% | 0.68% | - |
| XYZ | 20.27 | 32.37 | 30.38 | - |
| YUV | 124.79 | 137.14 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 174 | 141 | 0.87 | 0 | 0.19 | 0.32 | 166.97 | 0.78 | 0.38 |
| Hex | 16 | AE | 8D | 57 | 0 | 13 | 20 | A7 | 4E | 26 |
| Octal | 26 | 256 | 215 | 127 | 0 | 23 | 40 | 247 | 116 | 46 |
| Binary | 10110 | 10101110 | 10001101 | 1010111 | 0 | 10011 | 100000 | 10100111 | 1001110 | 100110 |
Color Harmonies of #16AE8D
Complementary color
Monochromatic Colors of #16AE8D
Black with #16AE8D
Text Example
Text Example
White with #16AE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AE8D; }
p { color: rgb(22,174,141); }
H1.HeaderClassName
{
color: #16AE8D;
}
.AnyTagClassName
{
color: #16AE8D;
}
</style>
background-color css
<style>
a { background-color: #16AE8D; }
a { background-color: rgb(22,174,141); }
div.DivClassName
{
background-color: #16AE8D;
}
.BgClassName
{
background-color: #16AE8D;
}
</style>
border-color css
<style>
span { border-color: #16AE8D; }
span { border-color: rgb(22,174,141); }
td.TdClassName
{
border-color: #16AE8D;
}
.TagClassName
{
border-color: #16AE8D;
}
</style>