Shades of Mountain Meadow #16BE7E
Tints of Mountain Meadow #16BE7E
RGB
CMYK
RGB Variations
Color information
#16BE7E (or 0x16BE7E) is known color: Mountain Meadow. HEX triplet: 16, BE and 7E. RGB value is (22,190,126). Sum of RGB (Red+Green+Blue) = 22+190+126=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BE7E is #E94181. Grayscale: #848484. Windows color (decimal): -15286658 or 8306198. OLE color: 8306198.
HSL color Cylindrical-coordinate representation of color #16BE7E: hue angle of 157.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BE7E is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 190 | 126 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.25 |
| HSL | 157.14º | 0.79% | 0.42% | - |
| HSV(B) | 157.14º | 0.88% | 0.75% | - |
| XYZ | 22.51 | 38.5 | 25.98 | - |
| YUV | 132.47 | 124.34 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 126 | 0.88 | 0 | 0.34 | 0.25 | 157.14 | 0.79 | 0.42 |
| Hex | 16 | BE | 7E | 58 | 0 | 22 | 19 | 9D | 4F | 2A |
| Octal | 26 | 276 | 176 | 130 | 0 | 42 | 31 | 235 | 117 | 52 |
| Binary | 10110 | 10111110 | 1111110 | 1011000 | 0 | 100010 | 11001 | 10011101 | 1001111 | 101010 |
Color Harmonies of #16BE7E
Complementary color
Monochromatic Colors of #16BE7E
Black with #16BE7E
Text Example
Text Example
White with #16BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BE7E; }
p { color: rgb(22,190,126); }
H1.HeaderClassName
{
color: #16BE7E;
}
.AnyTagClassName
{
color: #16BE7E;
}
</style>
background-color css
<style>
a { background-color: #16BE7E; }
a { background-color: rgb(22,190,126); }
div.DivClassName
{
background-color: #16BE7E;
}
.BgClassName
{
background-color: #16BE7E;
}
</style>
border-color css
<style>
span { border-color: #16BE7E; }
span { border-color: rgb(22,190,126); }
td.TdClassName
{
border-color: #16BE7E;
}
.TagClassName
{
border-color: #16BE7E;
}
</style>