Shades of Mountain Meadow #16BD8E
Tints of Mountain Meadow #16BD8E
RGB
CMYK
RGB Variations
Color information
#16BD8E (or 0x16BD8E) is known color: Mountain Meadow. HEX triplet: 16, BD and 8E. RGB value is (22,189,142). Sum of RGB (Red+Green+Blue) = 22+189+142=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #16BD8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BD8E is #E94271. Grayscale: #858585. Windows color (decimal): -15286898 or 9354518. OLE color: 9354518.
HSL color Cylindrical-coordinate representation of color #16BD8E: hue angle of 163.11º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BD8E is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 189 | 142 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.26 |
| HSL | 163.11º | 0.79% | 0.41% | - |
| HSV(B) | 163.11º | 0.88% | 0.74% | - |
| XYZ | 23.41 | 38.52 | 31.79 | - |
| YUV | 133.71 | 132.67 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 142 | 0.88 | 0 | 0.25 | 0.26 | 163.11 | 0.79 | 0.41 |
| Hex | 16 | BD | 8E | 58 | 0 | 19 | 1A | A3 | 4F | 29 |
| Octal | 26 | 275 | 216 | 130 | 0 | 31 | 32 | 243 | 117 | 51 |
| Binary | 10110 | 10111101 | 10001110 | 1011000 | 0 | 11001 | 11010 | 10100011 | 1001111 | 101001 |
Color Harmonies of #16BD8E
Complementary color
Monochromatic Colors of #16BD8E
Black with #16BD8E
Text Example
Text Example
White with #16BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BD8E; }
p { color: rgb(22,189,142); }
H1.HeaderClassName
{
color: #16BD8E;
}
.AnyTagClassName
{
color: #16BD8E;
}
</style>
background-color css
<style>
a { background-color: #16BD8E; }
a { background-color: rgb(22,189,142); }
div.DivClassName
{
background-color: #16BD8E;
}
.BgClassName
{
background-color: #16BD8E;
}
</style>
border-color css
<style>
span { border-color: #16BD8E; }
span { border-color: rgb(22,189,142); }
td.TdClassName
{
border-color: #16BD8E;
}
.TagClassName
{
border-color: #16BD8E;
}
</style>