Shades of Mountain Meadow #16AF7E
Tints of Mountain Meadow #16AF7E
RGB
CMYK
RGB Variations
Color information
#16AF7E (or 0x16AF7E) is known color: Mountain Meadow. HEX triplet: 16, AF and 7E. RGB value is (22,175,126). Sum of RGB (Red+Green+Blue) = 22+175+126=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AF7E is #E95081. Grayscale: #7B7B7B. Windows color (decimal): -15290498 or 8302358. OLE color: 8302358.
HSL color Cylindrical-coordinate representation of color #16AF7E: hue angle of 160.78º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AF7E is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 126 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.31 |
| HSL | 160.78º | 0.78% | 0.39% | - |
| HSV(B) | 160.78º | 0.87% | 0.69% | - |
| XYZ | 19.43 | 32.34 | 24.96 | - |
| YUV | 123.67 | 129.31 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 126 | 0.87 | 0 | 0.28 | 0.31 | 160.78 | 0.78 | 0.39 |
| Hex | 16 | AF | 7E | 57 | 0 | 1C | 1F | A1 | 4E | 27 |
| Octal | 26 | 257 | 176 | 127 | 0 | 34 | 37 | 241 | 116 | 47 |
| Binary | 10110 | 10101111 | 1111110 | 1010111 | 0 | 11100 | 11111 | 10100001 | 1001110 | 100111 |
Color Harmonies of #16AF7E
Complementary color
Monochromatic Colors of #16AF7E
Black with #16AF7E
Text Example
Text Example
White with #16AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF7E; }
p { color: rgb(22,175,126); }
H1.HeaderClassName
{
color: #16AF7E;
}
.AnyTagClassName
{
color: #16AF7E;
}
</style>
background-color css
<style>
a { background-color: #16AF7E; }
a { background-color: rgb(22,175,126); }
div.DivClassName
{
background-color: #16AF7E;
}
.BgClassName
{
background-color: #16AF7E;
}
</style>
border-color css
<style>
span { border-color: #16AF7E; }
span { border-color: rgb(22,175,126); }
td.TdClassName
{
border-color: #16AF7E;
}
.TagClassName
{
border-color: #16AF7E;
}
</style>