Shades of Mountain Meadow #11AA7E
Tints of Mountain Meadow #11AA7E
RGB
CMYK
RGB Variations
Color information
#11AA7E (or 0x11AA7E) is known color: Mountain Meadow. HEX triplet: 11, AA and 7E. RGB value is (17,170,126). Sum of RGB (Red+Green+Blue) = 17+170+126=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AA7E is #EE5581. Grayscale: #777777. Windows color (decimal): -15619458 or 8301073. OLE color: 8301073.
HSL color Cylindrical-coordinate representation of color #11AA7E: hue angle of 162.75º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AA7E is Cyan = 0.9, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 170 | 126 | - |
| CMYK | 0.9 | 0 | 0.26 | 0.33 |
| HSL | 162.75º | 0.82% | 0.37% | - |
| HSV(B) | 162.75º | 0.9% | 0.67% | - |
| XYZ | 18.37 | 30.37 | 24.63 | - |
| YUV | 119.24 | 131.81 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 126 | 0.9 | 0 | 0.26 | 0.33 | 162.75 | 0.82 | 0.37 |
| Hex | 11 | AA | 7E | 5A | 0 | 1A | 21 | A3 | 52 | 25 |
| Octal | 21 | 252 | 176 | 132 | 0 | 32 | 41 | 243 | 122 | 45 |
| Binary | 10001 | 10101010 | 1111110 | 1011010 | 0 | 11010 | 100001 | 10100011 | 1010010 | 100101 |
Color Harmonies of #11AA7E
Complementary color
Monochromatic Colors of #11AA7E
Black with #11AA7E
Text Example
Text Example
White with #11AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AA7E; }
p { color: rgb(17,170,126); }
H1.HeaderClassName
{
color: #11AA7E;
}
.AnyTagClassName
{
color: #11AA7E;
}
</style>
background-color css
<style>
a { background-color: #11AA7E; }
a { background-color: rgb(17,170,126); }
div.DivClassName
{
background-color: #11AA7E;
}
.BgClassName
{
background-color: #11AA7E;
}
</style>
border-color css
<style>
span { border-color: #11AA7E; }
span { border-color: rgb(17,170,126); }
td.TdClassName
{
border-color: #11AA7E;
}
.TagClassName
{
border-color: #11AA7E;
}
</style>