Shades of Mountain Meadow #11A988
Tints of Mountain Meadow #11A988
RGB
CMYK
RGB Variations
Color information
#11A988 (or 0x11A988) is known color: Mountain Meadow. HEX triplet: 11, A9 and 88. RGB value is (17,169,136). Sum of RGB (Red+Green+Blue) = 17+169+136=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 169 (66.41% from 255 or 52.48% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 169 - color contains mainly: green. Hex color #11A988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A988 is #EE5677. Grayscale: #777777. Windows color (decimal): -15619704 or 8956177. OLE color: 8956177.
HSL color Cylindrical-coordinate representation of color #11A988: hue angle of 166.97º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A988 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 169 | 136 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.34 |
| HSL | 166.97º | 0.82% | 0.36% | - |
| HSV(B) | 166.97º | 0.9% | 0.66% | - |
| XYZ | 18.86 | 30.27 | 28.14 | - |
| YUV | 119.79 | 137.14 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 169 | 136 | 0.90 | 0 | 0.20 | 0.34 | 166.97 | 0.82 | 0.36 |
| Hex | 11 | A9 | 88 | 5A | 0 | 14 | 22 | A7 | 52 | 24 |
| Octal | 21 | 251 | 210 | 132 | 0 | 24 | 42 | 247 | 122 | 44 |
| Binary | 10001 | 10101001 | 10001000 | 1011010 | 0 | 10100 | 100010 | 10100111 | 1010010 | 100100 |
Color Harmonies of #11A988
Complementary color
Monochromatic Colors of #11A988
Black with #11A988
Text Example
Text Example
White with #11A988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A988; }
p { color: rgb(17,169,136); }
H1.HeaderClassName
{
color: #11A988;
}
.AnyTagClassName
{
color: #11A988;
}
</style>
background-color css
<style>
a { background-color: #11A988; }
a { background-color: rgb(17,169,136); }
div.DivClassName
{
background-color: #11A988;
}
.BgClassName
{
background-color: #11A988;
}
</style>
border-color css
<style>
span { border-color: #11A988; }
span { border-color: rgb(17,169,136); }
td.TdClassName
{
border-color: #11A988;
}
.TagClassName
{
border-color: #11A988;
}
</style>