Shades of Mountain Meadow #16A688
Tints of Mountain Meadow #16A688
RGB
CMYK
RGB Variations
Color information
#16A688 (or 0x16A688) is known color: Mountain Meadow. HEX triplet: 16, A6 and 88. RGB value is (22,166,136). Sum of RGB (Red+Green+Blue) = 22+166+136=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #16A688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A688 is #E95977. Grayscale: #777777. Windows color (decimal): -15292792 or 8955414. OLE color: 8955414.
HSL color Cylindrical-coordinate representation of color #16A688: hue angle of 167.5º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A688 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 166 | 136 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.35 |
| HSL | 167.5º | 0.77% | 0.37% | - |
| HSV(B) | 167.5º | 0.87% | 0.65% | - |
| XYZ | 18.41 | 29.22 | 27.96 | - |
| YUV | 119.52 | 137.29 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 166 | 136 | 0.87 | 0 | 0.18 | 0.35 | 167.5 | 0.77 | 0.37 |
| Hex | 16 | A6 | 88 | 57 | 0 | 12 | 23 | A8 | 4D | 25 |
| Octal | 26 | 246 | 210 | 127 | 0 | 22 | 43 | 250 | 115 | 45 |
| Binary | 10110 | 10100110 | 10001000 | 1010111 | 0 | 10010 | 100011 | 10101000 | 1001101 | 100101 |
Color Harmonies of #16A688
Complementary color
Monochromatic Colors of #16A688
Black with #16A688
Text Example
Text Example
White with #16A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A688; }
p { color: rgb(22,166,136); }
H1.HeaderClassName
{
color: #16A688;
}
.AnyTagClassName
{
color: #16A688;
}
</style>
background-color css
<style>
a { background-color: #16A688; }
a { background-color: rgb(22,166,136); }
div.DivClassName
{
background-color: #16A688;
}
.BgClassName
{
background-color: #16A688;
}
</style>
border-color css
<style>
span { border-color: #16A688; }
span { border-color: rgb(22,166,136); }
td.TdClassName
{
border-color: #16A688;
}
.TagClassName
{
border-color: #16A688;
}
</style>