Shades of Mountain Meadow #11BC94
Tints of Mountain Meadow #11BC94
RGB
CMYK
RGB Variations
Color information
#11BC94 (or 0x11BC94) is known color: Mountain Meadow. HEX triplet: 11, BC and 94. RGB value is (17,188,148). Sum of RGB (Red+Green+Blue) = 17+188+148=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BC94 is #EE436B. Grayscale: #848484. Windows color (decimal): -15614828 or 9747473. OLE color: 9747473.
HSL color Cylindrical-coordinate representation of color #11BC94: hue angle of 165.96º 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 #11BC94 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 148 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.26 |
| HSL | 165.96º | 0.83% | 0.4% | - |
| HSV(B) | 165.96º | 0.91% | 0.74% | - |
| XYZ | 23.56 | 38.22 | 34.15 | - |
| YUV | 132.31 | 136.85 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 148 | 0.91 | 0 | 0.21 | 0.26 | 165.96 | 0.83 | 0.4 |
| Hex | 11 | BC | 94 | 5B | 0 | 15 | 1A | A6 | 53 | 28 |
| Octal | 21 | 274 | 224 | 133 | 0 | 25 | 32 | 246 | 123 | 50 |
| Binary | 10001 | 10111100 | 10010100 | 1011011 | 0 | 10101 | 11010 | 10100110 | 1010011 | 101000 |
Color Harmonies of #11BC94
Complementary color
Monochromatic Colors of #11BC94
Black with #11BC94
Text Example
Text Example
White with #11BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC94; }
p { color: rgb(17,188,148); }
H1.HeaderClassName
{
color: #11BC94;
}
.AnyTagClassName
{
color: #11BC94;
}
</style>
background-color css
<style>
a { background-color: #11BC94; }
a { background-color: rgb(17,188,148); }
div.DivClassName
{
background-color: #11BC94;
}
.BgClassName
{
background-color: #11BC94;
}
</style>
border-color css
<style>
span { border-color: #11BC94; }
span { border-color: rgb(17,188,148); }
td.TdClassName
{
border-color: #11BC94;
}
.TagClassName
{
border-color: #11BC94;
}
</style>