Shades of Mountain Meadow #11A685
Tints of Mountain Meadow #11A685
RGB
CMYK
RGB Variations
Color information
#11A685 (or 0x11A685) is known color: Mountain Meadow. HEX triplet: 11, A6 and 85. RGB value is (17,166,133). Sum of RGB (Red+Green+Blue) = 17+166+133=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 166 (65.23% from 255 or 52.53% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 166 - color contains mainly: green. Hex color #11A685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A685 is #EE597A. Grayscale: #757575. Windows color (decimal): -15620475 or 8758801. OLE color: 8758801.
HSL color Cylindrical-coordinate representation of color #11A685: hue angle of 166.71º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A685 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 166 | 133 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.35 |
| HSL | 166.71º | 0.81% | 0.36% | - |
| HSV(B) | 166.71º | 0.9% | 0.65% | - |
| XYZ | 18.1 | 29.09 | 26.85 | - |
| YUV | 117.69 | 136.64 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 166 | 133 | 0.90 | 0 | 0.20 | 0.35 | 166.71 | 0.81 | 0.36 |
| Hex | 11 | A6 | 85 | 5A | 0 | 14 | 23 | A7 | 51 | 24 |
| Octal | 21 | 246 | 205 | 132 | 0 | 24 | 43 | 247 | 121 | 44 |
| Binary | 10001 | 10100110 | 10000101 | 1011010 | 0 | 10100 | 100011 | 10100111 | 1010001 | 100100 |
Color Harmonies of #11A685
Complementary color
Monochromatic Colors of #11A685
Black with #11A685
Text Example
Text Example
White with #11A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A685; }
p { color: rgb(17,166,133); }
H1.HeaderClassName
{
color: #11A685;
}
.AnyTagClassName
{
color: #11A685;
}
</style>
background-color css
<style>
a { background-color: #11A685; }
a { background-color: rgb(17,166,133); }
div.DivClassName
{
background-color: #11A685;
}
.BgClassName
{
background-color: #11A685;
}
</style>
border-color css
<style>
span { border-color: #11A685; }
span { border-color: rgb(17,166,133); }
td.TdClassName
{
border-color: #11A685;
}
.TagClassName
{
border-color: #11A685;
}
</style>