Shades of Mountain Meadow #16BD99
Tints of Mountain Meadow #16BD99
RGB
CMYK
RGB Variations
Color information
#16BD99 (or 0x16BD99) is known color: Mountain Meadow. HEX triplet: 16, BD and 99. RGB value is (22,189,153). Sum of RGB (Red+Green+Blue) = 22+189+153=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #16BD99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BD99 is #E94266. Grayscale: #868686. Windows color (decimal): -15286887 or 10075414. OLE color: 10075414.
HSL color Cylindrical-coordinate representation of color #16BD99: hue angle of 167.07º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BD99 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 189 | 153 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.26 |
| HSL | 167.07º | 0.79% | 0.41% | - |
| HSV(B) | 167.07º | 0.88% | 0.74% | - |
| XYZ | 24.28 | 38.87 | 36.36 | - |
| YUV | 134.96 | 138.17 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 153 | 0.88 | 0 | 0.19 | 0.26 | 167.07 | 0.79 | 0.41 |
| Hex | 16 | BD | 99 | 58 | 0 | 13 | 1A | A7 | 4F | 29 |
| Octal | 26 | 275 | 231 | 130 | 0 | 23 | 32 | 247 | 117 | 51 |
| Binary | 10110 | 10111101 | 10011001 | 1011000 | 0 | 10011 | 11010 | 10100111 | 1001111 | 101001 |
Color Harmonies of #16BD99
Complementary color
Monochromatic Colors of #16BD99
Black with #16BD99
Text Example
Text Example
White with #16BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BD99; }
p { color: rgb(22,189,153); }
H1.HeaderClassName
{
color: #16BD99;
}
.AnyTagClassName
{
color: #16BD99;
}
</style>
background-color css
<style>
a { background-color: #16BD99; }
a { background-color: rgb(22,189,153); }
div.DivClassName
{
background-color: #16BD99;
}
.BgClassName
{
background-color: #16BD99;
}
</style>
border-color css
<style>
span { border-color: #16BD99; }
span { border-color: rgb(22,189,153); }
td.TdClassName
{
border-color: #16BD99;
}
.TagClassName
{
border-color: #16BD99;
}
</style>