Shades of Mountain Meadow #11AA7B
Tints of Mountain Meadow #11AA7B
RGB
CMYK
RGB Variations
Color information
#11AA7B (or 0x11AA7B) is known color: Mountain Meadow. HEX triplet: 11, AA and 7B. RGB value is (17,170,123). Sum of RGB (Red+Green+Blue) = 17+170+123=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AA7B is #EE5584. Grayscale: #767676. Windows color (decimal): -15619461 or 8104465. OLE color: 8104465.
HSL color Cylindrical-coordinate representation of color #11AA7B: hue angle of 161.57º 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 #11AA7B is Cyan = 0.9, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 170 | 123 | - |
| CMYK | 0.9 | 0 | 0.28 | 0.33 |
| HSL | 161.57º | 0.82% | 0.37% | - |
| HSV(B) | 161.57º | 0.9% | 0.67% | - |
| XYZ | 18.18 | 30.3 | 23.63 | - |
| YUV | 118.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 123 | 0.9 | 0 | 0.28 | 0.33 | 161.57 | 0.82 | 0.37 |
| Hex | 11 | AA | 7B | 5A | 0 | 1C | 21 | A2 | 52 | 25 |
| Octal | 21 | 252 | 173 | 132 | 0 | 34 | 41 | 242 | 122 | 45 |
| Binary | 10001 | 10101010 | 1111011 | 1011010 | 0 | 11100 | 100001 | 10100010 | 1010010 | 100101 |
Color Harmonies of #11AA7B
Complementary color
Monochromatic Colors of #11AA7B
Black with #11AA7B
Text Example
Text Example
White with #11AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AA7B; }
p { color: rgb(17,170,123); }
H1.HeaderClassName
{
color: #11AA7B;
}
.AnyTagClassName
{
color: #11AA7B;
}
</style>
background-color css
<style>
a { background-color: #11AA7B; }
a { background-color: rgb(17,170,123); }
div.DivClassName
{
background-color: #11AA7B;
}
.BgClassName
{
background-color: #11AA7B;
}
</style>
border-color css
<style>
span { border-color: #11AA7B; }
span { border-color: rgb(17,170,123); }
td.TdClassName
{
border-color: #11AA7B;
}
.TagClassName
{
border-color: #11AA7B;
}
</style>