Shades of Mountain Meadow #11A97D
Tints of Mountain Meadow #11A97D
RGB
CMYK
RGB Variations
Color information
#11A97D (or 0x11A97D) is known color: Mountain Meadow. HEX triplet: 11, A9 and 7D. RGB value is (17,169,125). Sum of RGB (Red+Green+Blue) = 17+169+125=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 169 (66.41% from 255 or 54.34% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 169 - color contains mainly: green. Hex color #11A97D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A97D is #EE5682. Grayscale: #767676. Windows color (decimal): -15619715 or 8235281. OLE color: 8235281.
HSL color Cylindrical-coordinate representation of color #11A97D: hue angle of 162.63º 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 #11A97D is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 169 | 125 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.34 |
| HSL | 162.63º | 0.82% | 0.36% | - |
| HSV(B) | 162.63º | 0.9% | 0.66% | - |
| XYZ | 18.12 | 29.98 | 24.23 | - |
| YUV | 118.54 | 131.64 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 169 | 125 | 0.90 | 0 | 0.26 | 0.34 | 162.63 | 0.82 | 0.36 |
| Hex | 11 | A9 | 7D | 5A | 0 | 1A | 22 | A3 | 52 | 24 |
| Octal | 21 | 251 | 175 | 132 | 0 | 32 | 42 | 243 | 122 | 44 |
| Binary | 10001 | 10101001 | 1111101 | 1011010 | 0 | 11010 | 100010 | 10100011 | 1010010 | 100100 |
Color Harmonies of #11A97D
Complementary color
Monochromatic Colors of #11A97D
Black with #11A97D
Text Example
Text Example
White with #11A97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A97D; }
p { color: rgb(17,169,125); }
H1.HeaderClassName
{
color: #11A97D;
}
.AnyTagClassName
{
color: #11A97D;
}
</style>
background-color css
<style>
a { background-color: #11A97D; }
a { background-color: rgb(17,169,125); }
div.DivClassName
{
background-color: #11A97D;
}
.BgClassName
{
background-color: #11A97D;
}
</style>
border-color css
<style>
span { border-color: #11A97D; }
span { border-color: rgb(17,169,125); }
td.TdClassName
{
border-color: #11A97D;
}
.TagClassName
{
border-color: #11A97D;
}
</style>