Shades of Mountain Meadow #11AD8E
Tints of Mountain Meadow #11AD8E
RGB
CMYK
RGB Variations
Color information
#11AD8E (or 0x11AD8E) is known color: Mountain Meadow. HEX triplet: 11, AD and 8E. RGB value is (17,173,142). Sum of RGB (Red+Green+Blue) = 17+173+142=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AD8E is #EE5271. Grayscale: #7A7A7A. Windows color (decimal): -15618674 or 9350417. OLE color: 9350417.
HSL color Cylindrical-coordinate representation of color #11AD8E: hue angle of 168.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AD8E is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 142 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.32 |
| HSL | 168.08º | 0.82% | 0.37% | - |
| HSV(B) | 168.08º | 0.9% | 0.68% | - |
| XYZ | 20.06 | 31.96 | 30.7 | - |
| YUV | 122.82 | 138.82 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 142 | 0.90 | 0 | 0.18 | 0.32 | 168.08 | 0.82 | 0.37 |
| Hex | 11 | AD | 8E | 5A | 0 | 12 | 20 | A8 | 52 | 25 |
| Octal | 21 | 255 | 216 | 132 | 0 | 22 | 40 | 250 | 122 | 45 |
| Binary | 10001 | 10101101 | 10001110 | 1011010 | 0 | 10010 | 100000 | 10101000 | 1010010 | 100101 |
Color Harmonies of #11AD8E
Complementary color
Monochromatic Colors of #11AD8E
Black with #11AD8E
Text Example
Text Example
White with #11AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AD8E; }
p { color: rgb(17,173,142); }
H1.HeaderClassName
{
color: #11AD8E;
}
.AnyTagClassName
{
color: #11AD8E;
}
</style>
background-color css
<style>
a { background-color: #11AD8E; }
a { background-color: rgb(17,173,142); }
div.DivClassName
{
background-color: #11AD8E;
}
.BgClassName
{
background-color: #11AD8E;
}
</style>
border-color css
<style>
span { border-color: #11AD8E; }
span { border-color: rgb(17,173,142); }
td.TdClassName
{
border-color: #11AD8E;
}
.TagClassName
{
border-color: #11AD8E;
}
</style>