Shades of Mountain Meadow #11AC8F
Tints of Mountain Meadow #11AC8F
RGB
CMYK
RGB Variations
Color information
#11AC8F (or 0x11AC8F) is known color: Mountain Meadow. HEX triplet: 11, AC and 8F. RGB value is (17,172,143). Sum of RGB (Red+Green+Blue) = 17+172+143=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AC8F is #EE5370. Grayscale: #7A7A7A. Windows color (decimal): -15618929 or 9415697. OLE color: 9415697.
HSL color Cylindrical-coordinate representation of color #11AC8F: hue angle of 168.77º 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 #11AC8F is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 172 | 143 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.33 |
| HSL | 168.77º | 0.82% | 0.37% | - |
| HSV(B) | 168.77º | 0.9% | 0.67% | - |
| XYZ | 19.94 | 31.61 | 31.04 | - |
| YUV | 122.35 | 139.65 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 143 | 0.90 | 0 | 0.17 | 0.33 | 168.77 | 0.82 | 0.37 |
| Hex | 11 | AC | 8F | 5A | 0 | 11 | 21 | A9 | 52 | 25 |
| Octal | 21 | 254 | 217 | 132 | 0 | 21 | 41 | 251 | 122 | 45 |
| Binary | 10001 | 10101100 | 10001111 | 1011010 | 0 | 10001 | 100001 | 10101001 | 1010010 | 100101 |
Color Harmonies of #11AC8F
Complementary color
Monochromatic Colors of #11AC8F
Black with #11AC8F
Text Example
Text Example
White with #11AC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AC8F; }
p { color: rgb(17,172,143); }
H1.HeaderClassName
{
color: #11AC8F;
}
.AnyTagClassName
{
color: #11AC8F;
}
</style>
background-color css
<style>
a { background-color: #11AC8F; }
a { background-color: rgb(17,172,143); }
div.DivClassName
{
background-color: #11AC8F;
}
.BgClassName
{
background-color: #11AC8F;
}
</style>
border-color css
<style>
span { border-color: #11AC8F; }
span { border-color: rgb(17,172,143); }
td.TdClassName
{
border-color: #11AC8F;
}
.TagClassName
{
border-color: #11AC8F;
}
</style>