Shades of Mountain Meadow #16B997
Tints of Mountain Meadow #16B997
RGB
CMYK
RGB Variations
Color information
#16B997 (or 0x16B997) is known color: Mountain Meadow. HEX triplet: 16, B9 and 97. RGB value is (22,185,151). Sum of RGB (Red+Green+Blue) = 22+185+151=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #16B997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B997 is #E94668. Grayscale: #848484. Windows color (decimal): -15287913 or 9943318. OLE color: 9943318.
HSL color Cylindrical-coordinate representation of color #16B997: hue angle of 167.48º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B997 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 185 | 151 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.27 |
| HSL | 167.48º | 0.79% | 0.41% | - |
| HSV(B) | 167.48º | 0.88% | 0.73% | - |
| XYZ | 23.27 | 37.1 | 35.21 | - |
| YUV | 132.39 | 138.5 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 185 | 151 | 0.88 | 0 | 0.18 | 0.27 | 167.48 | 0.79 | 0.41 |
| Hex | 16 | B9 | 97 | 58 | 0 | 12 | 1B | A7 | 4F | 29 |
| Octal | 26 | 271 | 227 | 130 | 0 | 22 | 33 | 247 | 117 | 51 |
| Binary | 10110 | 10111001 | 10010111 | 1011000 | 0 | 10010 | 11011 | 10100111 | 1001111 | 101001 |
Color Harmonies of #16B997
Complementary color
Monochromatic Colors of #16B997
Black with #16B997
Text Example
Text Example
White with #16B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B997; }
p { color: rgb(22,185,151); }
H1.HeaderClassName
{
color: #16B997;
}
.AnyTagClassName
{
color: #16B997;
}
</style>
background-color css
<style>
a { background-color: #16B997; }
a { background-color: rgb(22,185,151); }
div.DivClassName
{
background-color: #16B997;
}
.BgClassName
{
background-color: #16B997;
}
</style>
border-color css
<style>
span { border-color: #16B997; }
span { border-color: rgb(22,185,151); }
td.TdClassName
{
border-color: #16B997;
}
.TagClassName
{
border-color: #16B997;
}
</style>