Shades of Mountain Meadow #16B58C
Tints of Mountain Meadow #16B58C
RGB
CMYK
RGB Variations
Color information
#16B58C (or 0x16B58C) is known color: Mountain Meadow. HEX triplet: 16, B5 and 8C. RGB value is (22,181,140). Sum of RGB (Red+Green+Blue) = 22+181+140=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #16B58C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B58C is #E94A73. Grayscale: #808080. Windows color (decimal): -15288948 or 9221398. OLE color: 9221398.
HSL color Cylindrical-coordinate representation of color #16B58C: hue angle of 164.53º 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 #16B58C is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 181 | 140 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.29 |
| HSL | 164.53º | 0.78% | 0.4% | - |
| HSV(B) | 164.53º | 0.88% | 0.71% | - |
| XYZ | 21.59 | 35.11 | 30.45 | - |
| YUV | 128.79 | 134.32 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 181 | 140 | 0.88 | 0 | 0.23 | 0.29 | 164.53 | 0.78 | 0.4 |
| Hex | 16 | B5 | 8C | 58 | 0 | 17 | 1D | A5 | 4E | 28 |
| Octal | 26 | 265 | 214 | 130 | 0 | 27 | 35 | 245 | 116 | 50 |
| Binary | 10110 | 10110101 | 10001100 | 1011000 | 0 | 10111 | 11101 | 10100101 | 1001110 | 101000 |
Color Harmonies of #16B58C
Complementary color
Monochromatic Colors of #16B58C
Black with #16B58C
Text Example
Text Example
White with #16B58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B58C; }
p { color: rgb(22,181,140); }
H1.HeaderClassName
{
color: #16B58C;
}
.AnyTagClassName
{
color: #16B58C;
}
</style>
background-color css
<style>
a { background-color: #16B58C; }
a { background-color: rgb(22,181,140); }
div.DivClassName
{
background-color: #16B58C;
}
.BgClassName
{
background-color: #16B58C;
}
</style>
border-color css
<style>
span { border-color: #16B58C; }
span { border-color: rgb(22,181,140); }
td.TdClassName
{
border-color: #16B58C;
}
.TagClassName
{
border-color: #16B58C;
}
</style>