Shades of Mountain Meadow #11BA7D
Tints of Mountain Meadow #11BA7D
RGB
CMYK
RGB Variations
Color information
#11BA7D (or 0x11BA7D) is known color: Mountain Meadow. HEX triplet: 11, BA and 7D. RGB value is (17,186,125). Sum of RGB (Red+Green+Blue) = 17+186+125=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BA7D is #EE4582. Grayscale: #808080. Windows color (decimal): -15615363 or 8239633. OLE color: 8239633.
HSL color Cylindrical-coordinate representation of color #11BA7D: hue angle of 158.34º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BA7D is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 125 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.27 |
| HSL | 158.34º | 0.83% | 0.4% | - |
| HSV(B) | 158.34º | 0.91% | 0.73% | - |
| XYZ | 21.49 | 36.72 | 25.36 | - |
| YUV | 128.52 | 126.01 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 125 | 0.91 | 0 | 0.33 | 0.27 | 158.34 | 0.83 | 0.4 |
| Hex | 11 | BA | 7D | 5B | 0 | 21 | 1B | 9E | 53 | 28 |
| Octal | 21 | 272 | 175 | 133 | 0 | 41 | 33 | 236 | 123 | 50 |
| Binary | 10001 | 10111010 | 1111101 | 1011011 | 0 | 100001 | 11011 | 10011110 | 1010011 | 101000 |
Color Harmonies of #11BA7D
Complementary color
Monochromatic Colors of #11BA7D
Black with #11BA7D
Text Example
Text Example
White with #11BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BA7D; }
p { color: rgb(17,186,125); }
H1.HeaderClassName
{
color: #11BA7D;
}
.AnyTagClassName
{
color: #11BA7D;
}
</style>
background-color css
<style>
a { background-color: #11BA7D; }
a { background-color: rgb(17,186,125); }
div.DivClassName
{
background-color: #11BA7D;
}
.BgClassName
{
background-color: #11BA7D;
}
</style>
border-color css
<style>
span { border-color: #11BA7D; }
span { border-color: rgb(17,186,125); }
td.TdClassName
{
border-color: #11BA7D;
}
.TagClassName
{
border-color: #11BA7D;
}
</style>