Shades of Mountain Meadow #16B781
Tints of Mountain Meadow #16B781
RGB
CMYK
RGB Variations
Color information
#16B781 (or 0x16B781) is known color: Mountain Meadow. HEX triplet: 16, B7 and 81. RGB value is (22,183,129). Sum of RGB (Red+Green+Blue) = 22+183+129=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #16B781 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B781 is #E9487E. Grayscale: #808080. Windows color (decimal): -15288447 or 8501014. OLE color: 8501014.
HSL color Cylindrical-coordinate representation of color #16B781: hue angle of 159.88º 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 #16B781 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 183 | 129 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.28 |
| HSL | 159.88º | 0.79% | 0.4% | - |
| HSV(B) | 159.88º | 0.88% | 0.72% | - |
| XYZ | 21.23 | 35.62 | 26.53 | - |
| YUV | 128.71 | 128.16 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 183 | 129 | 0.88 | 0 | 0.30 | 0.28 | 159.88 | 0.79 | 0.4 |
| Hex | 16 | B7 | 81 | 58 | 0 | 1E | 1C | A0 | 4F | 28 |
| Octal | 26 | 267 | 201 | 130 | 0 | 36 | 34 | 240 | 117 | 50 |
| Binary | 10110 | 10110111 | 10000001 | 1011000 | 0 | 11110 | 11100 | 10100000 | 1001111 | 101000 |
Color Harmonies of #16B781
Complementary color
Monochromatic Colors of #16B781
Black with #16B781
Text Example
Text Example
White with #16B781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B781; }
p { color: rgb(22,183,129); }
H1.HeaderClassName
{
color: #16B781;
}
.AnyTagClassName
{
color: #16B781;
}
</style>
background-color css
<style>
a { background-color: #16B781; }
a { background-color: rgb(22,183,129); }
div.DivClassName
{
background-color: #16B781;
}
.BgClassName
{
background-color: #16B781;
}
</style>
border-color css
<style>
span { border-color: #16B781; }
span { border-color: rgb(22,183,129); }
td.TdClassName
{
border-color: #16B781;
}
.TagClassName
{
border-color: #16B781;
}
</style>