Shades of Mountain Meadow #16B899
Tints of Mountain Meadow #16B899
RGB
CMYK
RGB Variations
Color information
#16B899 (or 0x16B899) is known color: Mountain Meadow. HEX triplet: 16, B8 and 99. RGB value is (22,184,153). Sum of RGB (Red+Green+Blue) = 22+184+153=359 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.13% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #16B899 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B899 is #E94766. Grayscale: #838383. Windows color (decimal): -15288167 or 10074134. OLE color: 10074134.
HSL color Cylindrical-coordinate representation of color #16B899: hue angle of 168.52º 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 #16B899 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 184 | 153 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.28 |
| HSL | 168.52º | 0.79% | 0.4% | - |
| HSV(B) | 168.52º | 0.88% | 0.72% | - |
| XYZ | 23.22 | 36.75 | 36.01 | - |
| YUV | 132.03 | 139.83 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 184 | 153 | 0.88 | 0 | 0.17 | 0.28 | 168.52 | 0.79 | 0.4 |
| Hex | 16 | B8 | 99 | 58 | 0 | 11 | 1C | A9 | 4F | 28 |
| Octal | 26 | 270 | 231 | 130 | 0 | 21 | 34 | 251 | 117 | 50 |
| Binary | 10110 | 10111000 | 10011001 | 1011000 | 0 | 10001 | 11100 | 10101001 | 1001111 | 101000 |
Color Harmonies of #16B899
Complementary color
Monochromatic Colors of #16B899
Black with #16B899
Text Example
Text Example
White with #16B899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B899; }
p { color: rgb(22,184,153); }
H1.HeaderClassName
{
color: #16B899;
}
.AnyTagClassName
{
color: #16B899;
}
</style>
background-color css
<style>
a { background-color: #16B899; }
a { background-color: rgb(22,184,153); }
div.DivClassName
{
background-color: #16B899;
}
.BgClassName
{
background-color: #16B899;
}
</style>
border-color css
<style>
span { border-color: #16B899; }
span { border-color: rgb(22,184,153); }
td.TdClassName
{
border-color: #16B899;
}
.TagClassName
{
border-color: #16B899;
}
</style>