Shades of Mountain Meadow #16BA8C
Tints of Mountain Meadow #16BA8C
RGB
CMYK
RGB Variations
Color information
#16BA8C (or 0x16BA8C) is known color: Mountain Meadow. HEX triplet: 16, BA and 8C. RGB value is (22,186,140). Sum of RGB (Red+Green+Blue) = 22+186+140=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BA8C is #E94573. Grayscale: #838383. Windows color (decimal): -15287668 or 9222678. OLE color: 9222678.
HSL color Cylindrical-coordinate representation of color #16BA8C: hue angle of 163.17º 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 #16BA8C is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 140 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.27 |
| HSL | 163.17º | 0.79% | 0.41% | - |
| HSV(B) | 163.17º | 0.88% | 0.73% | - |
| XYZ | 22.62 | 37.18 | 30.8 | - |
| YUV | 131.72 | 132.67 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 140 | 0.88 | 0 | 0.25 | 0.27 | 163.17 | 0.79 | 0.41 |
| Hex | 16 | BA | 8C | 58 | 0 | 19 | 1B | A3 | 4F | 29 |
| Octal | 26 | 272 | 214 | 130 | 0 | 31 | 33 | 243 | 117 | 51 |
| Binary | 10110 | 10111010 | 10001100 | 1011000 | 0 | 11001 | 11011 | 10100011 | 1001111 | 101001 |
Color Harmonies of #16BA8C
Complementary color
Monochromatic Colors of #16BA8C
Black with #16BA8C
Text Example
Text Example
White with #16BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA8C; }
p { color: rgb(22,186,140); }
H1.HeaderClassName
{
color: #16BA8C;
}
.AnyTagClassName
{
color: #16BA8C;
}
</style>
background-color css
<style>
a { background-color: #16BA8C; }
a { background-color: rgb(22,186,140); }
div.DivClassName
{
background-color: #16BA8C;
}
.BgClassName
{
background-color: #16BA8C;
}
</style>
border-color css
<style>
span { border-color: #16BA8C; }
span { border-color: rgb(22,186,140); }
td.TdClassName
{
border-color: #16BA8C;
}
.TagClassName
{
border-color: #16BA8C;
}
</style>