Shades of Mountain Meadow #11BC88
Tints of Mountain Meadow #11BC88
RGB
CMYK
RGB Variations
Color information
#11BC88 (or 0x11BC88) is known color: Mountain Meadow. HEX triplet: 11, BC and 88. RGB value is (17,188,136). Sum of RGB (Red+Green+Blue) = 17+188+136=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BC88 is #EE4377. Grayscale: #828282. Windows color (decimal): -15614840 or 8961041. OLE color: 8961041.
HSL color Cylindrical-coordinate representation of color #11BC88: hue angle of 161.75º 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 #11BC88 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 136 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.26 |
| HSL | 161.75º | 0.83% | 0.4% | - |
| HSV(B) | 161.75º | 0.91% | 0.74% | - |
| XYZ | 22.66 | 37.86 | 29.41 | - |
| YUV | 130.94 | 130.85 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 136 | 0.91 | 0 | 0.28 | 0.26 | 161.75 | 0.83 | 0.4 |
| Hex | 11 | BC | 88 | 5B | 0 | 1C | 1A | A2 | 53 | 28 |
| Octal | 21 | 274 | 210 | 133 | 0 | 34 | 32 | 242 | 123 | 50 |
| Binary | 10001 | 10111100 | 10001000 | 1011011 | 0 | 11100 | 11010 | 10100010 | 1010011 | 101000 |
Color Harmonies of #11BC88
Complementary color
Monochromatic Colors of #11BC88
Black with #11BC88
Text Example
Text Example
White with #11BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC88; }
p { color: rgb(17,188,136); }
H1.HeaderClassName
{
color: #11BC88;
}
.AnyTagClassName
{
color: #11BC88;
}
</style>
background-color css
<style>
a { background-color: #11BC88; }
a { background-color: rgb(17,188,136); }
div.DivClassName
{
background-color: #11BC88;
}
.BgClassName
{
background-color: #11BC88;
}
</style>
border-color css
<style>
span { border-color: #11BC88; }
span { border-color: rgb(17,188,136); }
td.TdClassName
{
border-color: #11BC88;
}
.TagClassName
{
border-color: #11BC88;
}
</style>