Shades of Mountain Meadow #16B886
Tints of Mountain Meadow #16B886
RGB
CMYK
RGB Variations
Color information
#16B886 (or 0x16B886) is known color: Mountain Meadow. HEX triplet: 16, B8 and 86. RGB value is (22,184,134). Sum of RGB (Red+Green+Blue) = 22+184+134=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #16B886 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B886 is #E94779. Grayscale: #818181. Windows color (decimal): -15288186 or 8828950. OLE color: 8828950.
HSL color Cylindrical-coordinate representation of color #16B886: hue angle of 161.48º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B886 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 184 | 134 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.28 |
| HSL | 161.48º | 0.79% | 0.4% | - |
| HSV(B) | 161.48º | 0.88% | 0.72% | - |
| XYZ | 21.77 | 36.17 | 28.39 | - |
| YUV | 129.86 | 130.33 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 184 | 134 | 0.88 | 0 | 0.27 | 0.28 | 161.48 | 0.79 | 0.4 |
| Hex | 16 | B8 | 86 | 58 | 0 | 1B | 1C | A1 | 4F | 28 |
| Octal | 26 | 270 | 206 | 130 | 0 | 33 | 34 | 241 | 117 | 50 |
| Binary | 10110 | 10111000 | 10000110 | 1011000 | 0 | 11011 | 11100 | 10100001 | 1001111 | 101000 |
Color Harmonies of #16B886
Complementary color
Monochromatic Colors of #16B886
Black with #16B886
Text Example
Text Example
White with #16B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B886; }
p { color: rgb(22,184,134); }
H1.HeaderClassName
{
color: #16B886;
}
.AnyTagClassName
{
color: #16B886;
}
</style>
background-color css
<style>
a { background-color: #16B886; }
a { background-color: rgb(22,184,134); }
div.DivClassName
{
background-color: #16B886;
}
.BgClassName
{
background-color: #16B886;
}
</style>
border-color css
<style>
span { border-color: #16B886; }
span { border-color: rgb(22,184,134); }
td.TdClassName
{
border-color: #16B886;
}
.TagClassName
{
border-color: #16B886;
}
</style>