Shades of Mountain Meadow #11BC80
Tints of Mountain Meadow #11BC80
RGB
CMYK
RGB Variations
Color information
#11BC80 (or 0x11BC80) is known color: Mountain Meadow. HEX triplet: 11, BC and 80. RGB value is (17,188,128). Sum of RGB (Red+Green+Blue) = 17+188+128=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BC80 is #EE437F. Grayscale: #828282. Windows color (decimal): -15614848 or 8436753. OLE color: 8436753.
HSL color Cylindrical-coordinate representation of color #11BC80: hue angle of 158.95º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BC80 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 128 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.26 |
| HSL | 158.95º | 0.83% | 0.4% | - |
| HSV(B) | 158.95º | 0.91% | 0.74% | - |
| XYZ | 22.11 | 37.64 | 26.52 | - |
| YUV | 130.03 | 126.85 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 128 | 0.91 | 0 | 0.32 | 0.26 | 158.95 | 0.83 | 0.4 |
| Hex | 11 | BC | 80 | 5B | 0 | 20 | 1A | 9F | 53 | 28 |
| Octal | 21 | 274 | 200 | 133 | 0 | 40 | 32 | 237 | 123 | 50 |
| Binary | 10001 | 10111100 | 10000000 | 1011011 | 0 | 100000 | 11010 | 10011111 | 1010011 | 101000 |
Color Harmonies of #11BC80
Complementary color
Monochromatic Colors of #11BC80
Black with #11BC80
Text Example
Text Example
White with #11BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC80; }
p { color: rgb(17,188,128); }
H1.HeaderClassName
{
color: #11BC80;
}
.AnyTagClassName
{
color: #11BC80;
}
</style>
background-color css
<style>
a { background-color: #11BC80; }
a { background-color: rgb(17,188,128); }
div.DivClassName
{
background-color: #11BC80;
}
.BgClassName
{
background-color: #11BC80;
}
</style>
border-color css
<style>
span { border-color: #11BC80; }
span { border-color: rgb(17,188,128); }
td.TdClassName
{
border-color: #11BC80;
}
.TagClassName
{
border-color: #11BC80;
}
</style>