Shades of Mountain Meadow #16B17D
Tints of Mountain Meadow #16B17D
RGB
CMYK
RGB Variations
Color information
#16B17D (or 0x16B17D) is known color: Mountain Meadow. HEX triplet: 16, B1 and 7D. RGB value is (22,177,125). Sum of RGB (Red+Green+Blue) = 22+177+125=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 177 (69.53% from 255 or 54.63% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 177 - color contains mainly: green. Hex color #16B17D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B17D is #E94E82. Grayscale: #7C7C7C. Windows color (decimal): -15289987 or 8237334. OLE color: 8237334.
HSL color Cylindrical-coordinate representation of color #16B17D: hue angle of 159.87º 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 #16B17D is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 177 | 125 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.31 |
| HSL | 159.87º | 0.78% | 0.39% | - |
| HSV(B) | 159.87º | 0.88% | 0.69% | - |
| XYZ | 19.75 | 33.1 | 24.75 | - |
| YUV | 124.73 | 128.15 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 177 | 125 | 0.88 | 0 | 0.29 | 0.31 | 159.87 | 0.78 | 0.39 |
| Hex | 16 | B1 | 7D | 58 | 0 | 1D | 1F | A0 | 4E | 27 |
| Octal | 26 | 261 | 175 | 130 | 0 | 35 | 37 | 240 | 116 | 47 |
| Binary | 10110 | 10110001 | 1111101 | 1011000 | 0 | 11101 | 11111 | 10100000 | 1001110 | 100111 |
Color Harmonies of #16B17D
Complementary color
Monochromatic Colors of #16B17D
Black with #16B17D
Text Example
Text Example
White with #16B17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B17D; }
p { color: rgb(22,177,125); }
H1.HeaderClassName
{
color: #16B17D;
}
.AnyTagClassName
{
color: #16B17D;
}
</style>
background-color css
<style>
a { background-color: #16B17D; }
a { background-color: rgb(22,177,125); }
div.DivClassName
{
background-color: #16B17D;
}
.BgClassName
{
background-color: #16B17D;
}
</style>
border-color css
<style>
span { border-color: #16B17D; }
span { border-color: rgb(22,177,125); }
td.TdClassName
{
border-color: #16B17D;
}
.TagClassName
{
border-color: #16B17D;
}
</style>