Shades of Mountain Meadow #16B97E
Tints of Mountain Meadow #16B97E
RGB
CMYK
RGB Variations
Color information
#16B97E (or 0x16B97E) is known color: Mountain Meadow. HEX triplet: 16, B9 and 7E. RGB value is (22,185,126). Sum of RGB (Red+Green+Blue) = 22+185+126=333 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.61% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #16B97E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B97E is #E94681. Grayscale: #818181. Windows color (decimal): -15287938 or 8304918. OLE color: 8304918.
HSL color Cylindrical-coordinate representation of color #16B97E: hue angle of 158.28º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B97E is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 185 | 126 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.27 |
| HSL | 158.28º | 0.79% | 0.41% | - |
| HSV(B) | 158.28º | 0.88% | 0.73% | - |
| XYZ | 21.45 | 36.37 | 25.63 | - |
| YUV | 129.54 | 126 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 185 | 126 | 0.88 | 0 | 0.32 | 0.27 | 158.28 | 0.79 | 0.41 |
| Hex | 16 | B9 | 7E | 58 | 0 | 20 | 1B | 9E | 4F | 29 |
| Octal | 26 | 271 | 176 | 130 | 0 | 40 | 33 | 236 | 117 | 51 |
| Binary | 10110 | 10111001 | 1111110 | 1011000 | 0 | 100000 | 11011 | 10011110 | 1001111 | 101001 |
Color Harmonies of #16B97E
Complementary color
Monochromatic Colors of #16B97E
Black with #16B97E
Text Example
Text Example
White with #16B97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B97E; }
p { color: rgb(22,185,126); }
H1.HeaderClassName
{
color: #16B97E;
}
.AnyTagClassName
{
color: #16B97E;
}
</style>
background-color css
<style>
a { background-color: #16B97E; }
a { background-color: rgb(22,185,126); }
div.DivClassName
{
background-color: #16B97E;
}
.BgClassName
{
background-color: #16B97E;
}
</style>
border-color css
<style>
span { border-color: #16B97E; }
span { border-color: rgb(22,185,126); }
td.TdClassName
{
border-color: #16B97E;
}
.TagClassName
{
border-color: #16B97E;
}
</style>