Shades of Mountain Meadow #11BC82
Tints of Mountain Meadow #11BC82
RGB
CMYK
RGB Variations
Color information
#11BC82 (or 0x11BC82) is known color: Mountain Meadow. HEX triplet: 11, BC and 82. RGB value is (17,188,130). Sum of RGB (Red+Green+Blue) = 17+188+130=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BC82 is #EE437D. Grayscale: #828282. Windows color (decimal): -15614846 or 8567825. OLE color: 8567825.
HSL color Cylindrical-coordinate representation of color #11BC82: hue angle of 159.65º 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 #11BC82 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 130 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.26 |
| HSL | 159.65º | 0.83% | 0.4% | - |
| HSV(B) | 159.65º | 0.91% | 0.74% | - |
| XYZ | 22.24 | 37.7 | 27.22 | - |
| YUV | 130.26 | 127.85 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 130 | 0.91 | 0 | 0.31 | 0.26 | 159.65 | 0.83 | 0.4 |
| Hex | 11 | BC | 82 | 5B | 0 | 1F | 1A | A0 | 53 | 28 |
| Octal | 21 | 274 | 202 | 133 | 0 | 37 | 32 | 240 | 123 | 50 |
| Binary | 10001 | 10111100 | 10000010 | 1011011 | 0 | 11111 | 11010 | 10100000 | 1010011 | 101000 |
Color Harmonies of #11BC82
Complementary color
Monochromatic Colors of #11BC82
Black with #11BC82
Text Example
Text Example
White with #11BC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC82; }
p { color: rgb(17,188,130); }
H1.HeaderClassName
{
color: #11BC82;
}
.AnyTagClassName
{
color: #11BC82;
}
</style>
background-color css
<style>
a { background-color: #11BC82; }
a { background-color: rgb(17,188,130); }
div.DivClassName
{
background-color: #11BC82;
}
.BgClassName
{
background-color: #11BC82;
}
</style>
border-color css
<style>
span { border-color: #11BC82; }
span { border-color: rgb(17,188,130); }
td.TdClassName
{
border-color: #11BC82;
}
.TagClassName
{
border-color: #11BC82;
}
</style>