Shades of Mountain Meadow #11BA7F
Tints of Mountain Meadow #11BA7F
RGB
CMYK
RGB Variations
Color information
#11BA7F (or 0x11BA7F) is known color: Mountain Meadow. HEX triplet: 11, BA and 7F. RGB value is (17,186,127). Sum of RGB (Red+Green+Blue) = 17+186+127=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BA7F is #EE4580. Grayscale: #808080. Windows color (decimal): -15615361 or 8370705. OLE color: 8370705.
HSL color Cylindrical-coordinate representation of color #11BA7F: hue angle of 159.05º 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 #11BA7F is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 127 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.27 |
| HSL | 159.05º | 0.83% | 0.4% | - |
| HSV(B) | 159.05º | 0.91% | 0.73% | - |
| XYZ | 21.62 | 36.77 | 26.04 | - |
| YUV | 128.74 | 127.01 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 127 | 0.91 | 0 | 0.32 | 0.27 | 159.05 | 0.83 | 0.4 |
| Hex | 11 | BA | 7F | 5B | 0 | 20 | 1B | 9F | 53 | 28 |
| Octal | 21 | 272 | 177 | 133 | 0 | 40 | 33 | 237 | 123 | 50 |
| Binary | 10001 | 10111010 | 1111111 | 1011011 | 0 | 100000 | 11011 | 10011111 | 1010011 | 101000 |
Color Harmonies of #11BA7F
Complementary color
Monochromatic Colors of #11BA7F
Black with #11BA7F
Text Example
Text Example
White with #11BA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BA7F; }
p { color: rgb(17,186,127); }
H1.HeaderClassName
{
color: #11BA7F;
}
.AnyTagClassName
{
color: #11BA7F;
}
</style>
background-color css
<style>
a { background-color: #11BA7F; }
a { background-color: rgb(17,186,127); }
div.DivClassName
{
background-color: #11BA7F;
}
.BgClassName
{
background-color: #11BA7F;
}
</style>
border-color css
<style>
span { border-color: #11BA7F; }
span { border-color: rgb(17,186,127); }
td.TdClassName
{
border-color: #11BA7F;
}
.TagClassName
{
border-color: #11BA7F;
}
</style>