Shades of Mountain Meadow #16B487
Tints of Mountain Meadow #16B487
RGB
CMYK
RGB Variations
Color information
#16B487 (or 0x16B487) is known color: Mountain Meadow. HEX triplet: 16, B4 and 87. RGB value is (22,180,135). Sum of RGB (Red+Green+Blue) = 22+180+135=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #16B487 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B487 is #E94B78. Grayscale: #7F7F7F. Windows color (decimal): -15289209 or 8893462. OLE color: 8893462.
HSL color Cylindrical-coordinate representation of color #16B487: hue angle of 162.91º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B487 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 180 | 135 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.29 |
| HSL | 162.91º | 0.78% | 0.4% | - |
| HSV(B) | 162.91º | 0.88% | 0.71% | - |
| XYZ | 21.03 | 34.56 | 28.48 | - |
| YUV | 127.63 | 132.15 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 180 | 135 | 0.88 | 0 | 0.25 | 0.29 | 162.91 | 0.78 | 0.4 |
| Hex | 16 | B4 | 87 | 58 | 0 | 19 | 1D | A3 | 4E | 28 |
| Octal | 26 | 264 | 207 | 130 | 0 | 31 | 35 | 243 | 116 | 50 |
| Binary | 10110 | 10110100 | 10000111 | 1011000 | 0 | 11001 | 11101 | 10100011 | 1001110 | 101000 |
Color Harmonies of #16B487
Complementary color
Monochromatic Colors of #16B487
Black with #16B487
Text Example
Text Example
White with #16B487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B487; }
p { color: rgb(22,180,135); }
H1.HeaderClassName
{
color: #16B487;
}
.AnyTagClassName
{
color: #16B487;
}
</style>
background-color css
<style>
a { background-color: #16B487; }
a { background-color: rgb(22,180,135); }
div.DivClassName
{
background-color: #16B487;
}
.BgClassName
{
background-color: #16B487;
}
</style>
border-color css
<style>
span { border-color: #16B487; }
span { border-color: rgb(22,180,135); }
td.TdClassName
{
border-color: #16B487;
}
.TagClassName
{
border-color: #16B487;
}
</style>