Shades of Mountain Meadow #11BE7E
Tints of Mountain Meadow #11BE7E
RGB
CMYK
RGB Variations
Color information
#11BE7E (or 0x11BE7E) is known color: Mountain Meadow. HEX triplet: 11, BE and 7E. RGB value is (17,190,126). Sum of RGB (Red+Green+Blue) = 17+190+126=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BE7E is #EE4181. Grayscale: #838383. Windows color (decimal): -15614338 or 8306193. OLE color: 8306193.
HSL color Cylindrical-coordinate representation of color #11BE7E: hue angle of 157.8º 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 #11BE7E is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 190 | 126 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.25 |
| HSL | 157.8º | 0.84% | 0.41% | - |
| HSV(B) | 157.8º | 0.91% | 0.75% | - |
| XYZ | 22.41 | 38.45 | 25.98 | - |
| YUV | 130.98 | 125.19 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 190 | 126 | 0.91 | 0 | 0.34 | 0.25 | 157.8 | 0.84 | 0.41 |
| Hex | 11 | BE | 7E | 5B | 0 | 22 | 19 | 9E | 54 | 29 |
| Octal | 21 | 276 | 176 | 133 | 0 | 42 | 31 | 236 | 124 | 51 |
| Binary | 10001 | 10111110 | 1111110 | 1011011 | 0 | 100010 | 11001 | 10011110 | 1010100 | 101001 |
Color Harmonies of #11BE7E
Complementary color
Monochromatic Colors of #11BE7E
Black with #11BE7E
Text Example
Text Example
White with #11BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BE7E; }
p { color: rgb(17,190,126); }
H1.HeaderClassName
{
color: #11BE7E;
}
.AnyTagClassName
{
color: #11BE7E;
}
</style>
background-color css
<style>
a { background-color: #11BE7E; }
a { background-color: rgb(17,190,126); }
div.DivClassName
{
background-color: #11BE7E;
}
.BgClassName
{
background-color: #11BE7E;
}
</style>
border-color css
<style>
span { border-color: #11BE7E; }
span { border-color: rgb(17,190,126); }
td.TdClassName
{
border-color: #11BE7E;
}
.TagClassName
{
border-color: #11BE7E;
}
</style>