Shades of Mountain Meadow #11B87D
Tints of Mountain Meadow #11B87D
RGB
CMYK
RGB Variations
Color information
#11B87D (or 0x11B87D) is known color: Mountain Meadow. HEX triplet: 11, B8 and 7D. RGB value is (17,184,125). Sum of RGB (Red+Green+Blue) = 17+184+125=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #11B87D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B87D is #EE4782. Grayscale: #7F7F7F. Windows color (decimal): -15615875 or 8239121. OLE color: 8239121.
HSL color Cylindrical-coordinate representation of color #11B87D: hue angle of 158.8º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B87D is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 184 | 125 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.28 |
| HSL | 158.8º | 0.83% | 0.39% | - |
| HSV(B) | 158.8º | 0.91% | 0.72% | - |
| XYZ | 21.07 | 35.88 | 25.22 | - |
| YUV | 127.34 | 126.67 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 184 | 125 | 0.91 | 0 | 0.32 | 0.28 | 158.8 | 0.83 | 0.39 |
| Hex | 11 | B8 | 7D | 5B | 0 | 20 | 1C | 9F | 53 | 27 |
| Octal | 21 | 270 | 175 | 133 | 0 | 40 | 34 | 237 | 123 | 47 |
| Binary | 10001 | 10111000 | 1111101 | 1011011 | 0 | 100000 | 11100 | 10011111 | 1010011 | 100111 |
Color Harmonies of #11B87D
Complementary color
Monochromatic Colors of #11B87D
Black with #11B87D
Text Example
Text Example
White with #11B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B87D; }
p { color: rgb(17,184,125); }
H1.HeaderClassName
{
color: #11B87D;
}
.AnyTagClassName
{
color: #11B87D;
}
</style>
background-color css
<style>
a { background-color: #11B87D; }
a { background-color: rgb(17,184,125); }
div.DivClassName
{
background-color: #11B87D;
}
.BgClassName
{
background-color: #11B87D;
}
</style>
border-color css
<style>
span { border-color: #11B87D; }
span { border-color: rgb(17,184,125); }
td.TdClassName
{
border-color: #11B87D;
}
.TagClassName
{
border-color: #11B87D;
}
</style>