Shades of Mountain Meadow #16AF7B
Tints of Mountain Meadow #16AF7B
RGB
CMYK
RGB Variations
Color information
#16AF7B (or 0x16AF7B) is known color: Mountain Meadow. HEX triplet: 16, AF and 7B. RGB value is (22,175,123). Sum of RGB (Red+Green+Blue) = 22+175+123=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AF7B is #E95084. Grayscale: #7B7B7B. Windows color (decimal): -15290501 or 8105750. OLE color: 8105750.
HSL color Cylindrical-coordinate representation of color #16AF7B: hue angle of 159.61º 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 #16AF7B is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 123 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.31 |
| HSL | 159.61º | 0.78% | 0.39% | - |
| HSV(B) | 159.61º | 0.87% | 0.69% | - |
| XYZ | 19.24 | 32.26 | 23.95 | - |
| YUV | 123.33 | 127.81 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 123 | 0.87 | 0 | 0.30 | 0.31 | 159.61 | 0.78 | 0.39 |
| Hex | 16 | AF | 7B | 57 | 0 | 1E | 1F | A0 | 4E | 27 |
| Octal | 26 | 257 | 173 | 127 | 0 | 36 | 37 | 240 | 116 | 47 |
| Binary | 10110 | 10101111 | 1111011 | 1010111 | 0 | 11110 | 11111 | 10100000 | 1001110 | 100111 |
Color Harmonies of #16AF7B
Complementary color
Monochromatic Colors of #16AF7B
Black with #16AF7B
Text Example
Text Example
White with #16AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF7B; }
p { color: rgb(22,175,123); }
H1.HeaderClassName
{
color: #16AF7B;
}
.AnyTagClassName
{
color: #16AF7B;
}
</style>
background-color css
<style>
a { background-color: #16AF7B; }
a { background-color: rgb(22,175,123); }
div.DivClassName
{
background-color: #16AF7B;
}
.BgClassName
{
background-color: #16AF7B;
}
</style>
border-color css
<style>
span { border-color: #16AF7B; }
span { border-color: rgb(22,175,123); }
td.TdClassName
{
border-color: #16AF7B;
}
.TagClassName
{
border-color: #16AF7B;
}
</style>