Shades of Mountain Meadow #11BE8C
Tints of Mountain Meadow #11BE8C
RGB
CMYK
RGB Variations
Color information
#11BE8C (or 0x11BE8C) is known color: Mountain Meadow. HEX triplet: 11, BE and 8C. RGB value is (17,190,140). Sum of RGB (Red+Green+Blue) = 17+190+140=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BE8C is #EE4173. Grayscale: #848484. Windows color (decimal): -15614324 or 9223697. OLE color: 9223697.
HSL color Cylindrical-coordinate representation of color #11BE8C: hue angle of 162.66º 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 #11BE8C is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 190 | 140 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.25 |
| HSL | 162.66º | 0.84% | 0.41% | - |
| HSV(B) | 162.66º | 0.91% | 0.75% | - |
| XYZ | 23.38 | 38.84 | 31.08 | - |
| YUV | 132.57 | 132.19 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 190 | 140 | 0.91 | 0 | 0.26 | 0.25 | 162.66 | 0.84 | 0.41 |
| Hex | 11 | BE | 8C | 5B | 0 | 1A | 19 | A3 | 54 | 29 |
| Octal | 21 | 276 | 214 | 133 | 0 | 32 | 31 | 243 | 124 | 51 |
| Binary | 10001 | 10111110 | 10001100 | 1011011 | 0 | 11010 | 11001 | 10100011 | 1010100 | 101001 |
Color Harmonies of #11BE8C
Complementary color
Monochromatic Colors of #11BE8C
Black with #11BE8C
Text Example
Text Example
White with #11BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BE8C; }
p { color: rgb(17,190,140); }
H1.HeaderClassName
{
color: #11BE8C;
}
.AnyTagClassName
{
color: #11BE8C;
}
</style>
background-color css
<style>
a { background-color: #11BE8C; }
a { background-color: rgb(17,190,140); }
div.DivClassName
{
background-color: #11BE8C;
}
.BgClassName
{
background-color: #11BE8C;
}
</style>
border-color css
<style>
span { border-color: #11BE8C; }
span { border-color: rgb(17,190,140); }
td.TdClassName
{
border-color: #11BE8C;
}
.TagClassName
{
border-color: #11BE8C;
}
</style>