Shades of Mountain Meadow #16B794
Tints of Mountain Meadow #16B794
RGB
CMYK
RGB Variations
Color information
#16B794 (or 0x16B794) is known color: Mountain Meadow. HEX triplet: 16, B7 and 94. RGB value is (22,183,148). Sum of RGB (Red+Green+Blue) = 22+183+148=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #16B794 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B794 is #E9486B. Grayscale: #828282. Windows color (decimal): -15288428 or 9746198. OLE color: 9746198.
HSL color Cylindrical-coordinate representation of color #16B794: hue angle of 166.96º 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 #16B794 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 183 | 148 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.28 |
| HSL | 166.96º | 0.79% | 0.4% | - |
| HSV(B) | 166.96º | 0.88% | 0.72% | - |
| XYZ | 22.61 | 36.18 | 33.81 | - |
| YUV | 130.87 | 137.66 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 183 | 148 | 0.88 | 0 | 0.19 | 0.28 | 166.96 | 0.79 | 0.4 |
| Hex | 16 | B7 | 94 | 58 | 0 | 13 | 1C | A7 | 4F | 28 |
| Octal | 26 | 267 | 224 | 130 | 0 | 23 | 34 | 247 | 117 | 50 |
| Binary | 10110 | 10110111 | 10010100 | 1011000 | 0 | 10011 | 11100 | 10100111 | 1001111 | 101000 |
Color Harmonies of #16B794
Complementary color
Monochromatic Colors of #16B794
Black with #16B794
Text Example
Text Example
White with #16B794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B794; }
p { color: rgb(22,183,148); }
H1.HeaderClassName
{
color: #16B794;
}
.AnyTagClassName
{
color: #16B794;
}
</style>
background-color css
<style>
a { background-color: #16B794; }
a { background-color: rgb(22,183,148); }
div.DivClassName
{
background-color: #16B794;
}
.BgClassName
{
background-color: #16B794;
}
</style>
border-color css
<style>
span { border-color: #16B794; }
span { border-color: rgb(22,183,148); }
td.TdClassName
{
border-color: #16B794;
}
.TagClassName
{
border-color: #16B794;
}
</style>