Shades of Mountain Meadow #11BD91
Tints of Mountain Meadow #11BD91
RGB
CMYK
RGB Variations
Color information
#11BD91 (or 0x11BD91) is known color: Mountain Meadow. HEX triplet: 11, BD and 91. RGB value is (17,189,145). Sum of RGB (Red+Green+Blue) = 17+189+145=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BD91 is #EE426E. Grayscale: #848484. Windows color (decimal): -15614575 or 9551121. OLE color: 9551121.
HSL color Cylindrical-coordinate representation of color #11BD91: hue angle of 164.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 #11BD91 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 145 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.26 |
| HSL | 164.65º | 0.83% | 0.4% | - |
| HSV(B) | 164.65º | 0.91% | 0.74% | - |
| XYZ | 23.54 | 38.56 | 32.99 | - |
| YUV | 132.56 | 135.02 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 145 | 0.91 | 0 | 0.23 | 0.26 | 164.65 | 0.83 | 0.4 |
| Hex | 11 | BD | 91 | 5B | 0 | 17 | 1A | A5 | 53 | 28 |
| Octal | 21 | 275 | 221 | 133 | 0 | 27 | 32 | 245 | 123 | 50 |
| Binary | 10001 | 10111101 | 10010001 | 1011011 | 0 | 10111 | 11010 | 10100101 | 1010011 | 101000 |
Color Harmonies of #11BD91
Complementary color
Monochromatic Colors of #11BD91
Black with #11BD91
Text Example
Text Example
White with #11BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BD91; }
p { color: rgb(17,189,145); }
H1.HeaderClassName
{
color: #11BD91;
}
.AnyTagClassName
{
color: #11BD91;
}
</style>
background-color css
<style>
a { background-color: #11BD91; }
a { background-color: rgb(17,189,145); }
div.DivClassName
{
background-color: #11BD91;
}
.BgClassName
{
background-color: #11BD91;
}
</style>
border-color css
<style>
span { border-color: #11BD91; }
span { border-color: rgb(17,189,145); }
td.TdClassName
{
border-color: #11BD91;
}
.TagClassName
{
border-color: #11BD91;
}
</style>