Shades of Mountain Meadow #11BC90
Tints of Mountain Meadow #11BC90
RGB
CMYK
RGB Variations
Color information
#11BC90 (or 0x11BC90) is known color: Mountain Meadow. HEX triplet: 11, BC and 90. RGB value is (17,188,144). Sum of RGB (Red+Green+Blue) = 17+188+144=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BC90 is #EE436F. Grayscale: #838383. Windows color (decimal): -15614832 or 9485329. OLE color: 9485329.
HSL color Cylindrical-coordinate representation of color #11BC90: hue angle of 164.56º 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 #11BC90 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 144 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.26 |
| HSL | 164.56º | 0.83% | 0.4% | - |
| HSV(B) | 164.56º | 0.91% | 0.74% | - |
| XYZ | 23.25 | 38.1 | 32.51 | - |
| YUV | 131.86 | 134.85 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 144 | 0.91 | 0 | 0.23 | 0.26 | 164.56 | 0.83 | 0.4 |
| Hex | 11 | BC | 90 | 5B | 0 | 17 | 1A | A5 | 53 | 28 |
| Octal | 21 | 274 | 220 | 133 | 0 | 27 | 32 | 245 | 123 | 50 |
| Binary | 10001 | 10111100 | 10010000 | 1011011 | 0 | 10111 | 11010 | 10100101 | 1010011 | 101000 |
Color Harmonies of #11BC90
Complementary color
Monochromatic Colors of #11BC90
Black with #11BC90
Text Example
Text Example
White with #11BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC90; }
p { color: rgb(17,188,144); }
H1.HeaderClassName
{
color: #11BC90;
}
.AnyTagClassName
{
color: #11BC90;
}
</style>
background-color css
<style>
a { background-color: #11BC90; }
a { background-color: rgb(17,188,144); }
div.DivClassName
{
background-color: #11BC90;
}
.BgClassName
{
background-color: #11BC90;
}
</style>
border-color css
<style>
span { border-color: #11BC90; }
span { border-color: rgb(17,188,144); }
td.TdClassName
{
border-color: #11BC90;
}
.TagClassName
{
border-color: #11BC90;
}
</style>