Shades of Mountain Meadow #16B795
Tints of Mountain Meadow #16B795
RGB
CMYK
RGB Variations
Color information
#16B795 (or 0x16B795) is known color: Mountain Meadow. HEX triplet: 16, B7 and 95. RGB value is (22,183,149). Sum of RGB (Red+Green+Blue) = 22+183+149=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #16B795 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B795 is #E9486A. Grayscale: #828282. Windows color (decimal): -15288427 or 9811734. OLE color: 9811734.
HSL color Cylindrical-coordinate representation of color #16B795: hue angle of 167.33º 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 #16B795 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 183 | 149 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.28 |
| HSL | 167.33º | 0.79% | 0.4% | - |
| HSV(B) | 167.33º | 0.88% | 0.72% | - |
| XYZ | 22.69 | 36.21 | 34.23 | - |
| YUV | 130.99 | 138.16 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 183 | 149 | 0.88 | 0 | 0.19 | 0.28 | 167.33 | 0.79 | 0.4 |
| Hex | 16 | B7 | 95 | 58 | 0 | 13 | 1C | A7 | 4F | 28 |
| Octal | 26 | 267 | 225 | 130 | 0 | 23 | 34 | 247 | 117 | 50 |
| Binary | 10110 | 10110111 | 10010101 | 1011000 | 0 | 10011 | 11100 | 10100111 | 1001111 | 101000 |
Color Harmonies of #16B795
Complementary color
Monochromatic Colors of #16B795
Black with #16B795
Text Example
Text Example
White with #16B795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B795; }
p { color: rgb(22,183,149); }
H1.HeaderClassName
{
color: #16B795;
}
.AnyTagClassName
{
color: #16B795;
}
</style>
background-color css
<style>
a { background-color: #16B795; }
a { background-color: rgb(22,183,149); }
div.DivClassName
{
background-color: #16B795;
}
.BgClassName
{
background-color: #16B795;
}
</style>
border-color css
<style>
span { border-color: #16B795; }
span { border-color: rgb(22,183,149); }
td.TdClassName
{
border-color: #16B795;
}
.TagClassName
{
border-color: #16B795;
}
</style>