Shades of Mountain Meadow #16B175
Tints of Mountain Meadow #16B175
RGB
CMYK
RGB Variations
Color information
#16B175 (or 0x16B175) is known color: Mountain Meadow. HEX triplet: 16, B1 and 75. RGB value is (22,177,117). Sum of RGB (Red+Green+Blue) = 22+177+117=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #16B175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B175 is #E94E8A. Grayscale: #7B7B7B. Windows color (decimal): -15289995 or 7713046. OLE color: 7713046.
HSL color Cylindrical-coordinate representation of color #16B175: hue angle of 156.77º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B175 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 177 | 117 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.31 |
| HSL | 156.77º | 0.78% | 0.39% | - |
| HSV(B) | 156.77º | 0.88% | 0.69% | - |
| XYZ | 19.26 | 32.9 | 22.16 | - |
| YUV | 123.82 | 124.15 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 177 | 117 | 0.88 | 0 | 0.34 | 0.31 | 156.77 | 0.78 | 0.39 |
| Hex | 16 | B1 | 75 | 58 | 0 | 22 | 1F | 9D | 4E | 27 |
| Octal | 26 | 261 | 165 | 130 | 0 | 42 | 37 | 235 | 116 | 47 |
| Binary | 10110 | 10110001 | 1110101 | 1011000 | 0 | 100010 | 11111 | 10011101 | 1001110 | 100111 |
Color Harmonies of #16B175
Complementary color
Monochromatic Colors of #16B175
Black with #16B175
Text Example
Text Example
White with #16B175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B175; }
p { color: rgb(22,177,117); }
H1.HeaderClassName
{
color: #16B175;
}
.AnyTagClassName
{
color: #16B175;
}
</style>
background-color css
<style>
a { background-color: #16B175; }
a { background-color: rgb(22,177,117); }
div.DivClassName
{
background-color: #16B175;
}
.BgClassName
{
background-color: #16B175;
}
</style>
border-color css
<style>
span { border-color: #16B175; }
span { border-color: rgb(22,177,117); }
td.TdClassName
{
border-color: #16B175;
}
.TagClassName
{
border-color: #16B175;
}
</style>