Shades of Mountain Meadow #16BE8D
Tints of Mountain Meadow #16BE8D
RGB
CMYK
RGB Variations
Color information
#16BE8D (or 0x16BE8D) is known color: Mountain Meadow. HEX triplet: 16, BE and 8D. RGB value is (22,190,141). Sum of RGB (Red+Green+Blue) = 22+190+141=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BE8D is #E94172. Grayscale: #868686. Windows color (decimal): -15286643 or 9289238. OLE color: 9289238.
HSL color Cylindrical-coordinate representation of color #16BE8D: hue angle of 162.5º 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 #16BE8D is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 190 | 141 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.25 |
| HSL | 162.5º | 0.79% | 0.42% | - |
| HSV(B) | 162.5º | 0.88% | 0.75% | - |
| XYZ | 23.55 | 38.92 | 31.47 | - |
| YUV | 134.18 | 131.84 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 141 | 0.88 | 0 | 0.26 | 0.25 | 162.5 | 0.79 | 0.42 |
| Hex | 16 | BE | 8D | 58 | 0 | 1A | 19 | A2 | 4F | 2A |
| Octal | 26 | 276 | 215 | 130 | 0 | 32 | 31 | 242 | 117 | 52 |
| Binary | 10110 | 10111110 | 10001101 | 1011000 | 0 | 11010 | 11001 | 10100010 | 1001111 | 101010 |
Color Harmonies of #16BE8D
Complementary color
Monochromatic Colors of #16BE8D
Black with #16BE8D
Text Example
Text Example
White with #16BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BE8D; }
p { color: rgb(22,190,141); }
H1.HeaderClassName
{
color: #16BE8D;
}
.AnyTagClassName
{
color: #16BE8D;
}
</style>
background-color css
<style>
a { background-color: #16BE8D; }
a { background-color: rgb(22,190,141); }
div.DivClassName
{
background-color: #16BE8D;
}
.BgClassName
{
background-color: #16BE8D;
}
</style>
border-color css
<style>
span { border-color: #16BE8D; }
span { border-color: rgb(22,190,141); }
td.TdClassName
{
border-color: #16BE8D;
}
.TagClassName
{
border-color: #16BE8D;
}
</style>