Shades of Mountain Meadow #11BE8D
Tints of Mountain Meadow #11BE8D
RGB
CMYK
RGB Variations
Color information
#11BE8D (or 0x11BE8D) is known color: Mountain Meadow. HEX triplet: 11, BE and 8D. RGB value is (17,190,141). Sum of RGB (Red+Green+Blue) = 17+190+141=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BE8D is #EE4172. Grayscale: #848484. Windows color (decimal): -15614323 or 9289233. OLE color: 9289233.
HSL color Cylindrical-coordinate representation of color #11BE8D: hue angle of 163.01º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BE8D is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 190 | 141 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.25 |
| HSL | 163.01º | 0.84% | 0.41% | - |
| HSV(B) | 163.01º | 0.91% | 0.75% | - |
| XYZ | 23.45 | 38.87 | 31.47 | - |
| YUV | 132.69 | 132.69 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 190 | 141 | 0.91 | 0 | 0.26 | 0.25 | 163.01 | 0.84 | 0.41 |
| Hex | 11 | BE | 8D | 5B | 0 | 1A | 19 | A3 | 54 | 29 |
| Octal | 21 | 276 | 215 | 133 | 0 | 32 | 31 | 243 | 124 | 51 |
| Binary | 10001 | 10111110 | 10001101 | 1011011 | 0 | 11010 | 11001 | 10100011 | 1010100 | 101001 |
Color Harmonies of #11BE8D
Complementary color
Monochromatic Colors of #11BE8D
Black with #11BE8D
Text Example
Text Example
White with #11BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BE8D; }
p { color: rgb(17,190,141); }
H1.HeaderClassName
{
color: #11BE8D;
}
.AnyTagClassName
{
color: #11BE8D;
}
</style>
background-color css
<style>
a { background-color: #11BE8D; }
a { background-color: rgb(17,190,141); }
div.DivClassName
{
background-color: #11BE8D;
}
.BgClassName
{
background-color: #11BE8D;
}
</style>
border-color css
<style>
span { border-color: #11BE8D; }
span { border-color: rgb(17,190,141); }
td.TdClassName
{
border-color: #11BE8D;
}
.TagClassName
{
border-color: #11BE8D;
}
</style>