Shades of Mountain Meadow #1EBC8C
Tints of Mountain Meadow #1EBC8C
RGB
CMYK
RGB Variations
Color information
#1EBC8C (or 0x1EBC8C) is known color: Mountain Meadow. HEX triplet: 1E, BC and 8C. RGB value is (30,188,140). Sum of RGB (Red+Green+Blue) = 30+188+140=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBC8C is #E14373. Grayscale: #878787. Windows color (decimal): -14762868 or 9223198. OLE color: 9223198.
HSL color Cylindrical-coordinate representation of color #1EBC8C: hue angle of 161.77º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBC8C is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 188 | 140 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.26 |
| HSL | 161.77º | 0.72% | 0.43% | - |
| HSV(B) | 161.77º | 0.84% | 0.74% | - |
| XYZ | 23.25 | 38.14 | 30.95 | - |
| YUV | 135.29 | 130.65 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 188 | 140 | 0.84 | 0 | 0.26 | 0.26 | 161.77 | 0.72 | 0.43 |
| Hex | 1E | BC | 8C | 54 | 0 | 1A | 1A | A2 | 48 | 2B |
| Octal | 36 | 274 | 214 | 124 | 0 | 32 | 32 | 242 | 110 | 53 |
| Binary | 11110 | 10111100 | 10001100 | 1010100 | 0 | 11010 | 11010 | 10100010 | 1001000 | 101011 |
Color Harmonies of #1EBC8C
Complementary color
Monochromatic Colors of #1EBC8C
Black with #1EBC8C
Text Example
Text Example
White with #1EBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBC8C; }
p { color: rgb(30,188,140); }
H1.HeaderClassName
{
color: #1EBC8C;
}
.AnyTagClassName
{
color: #1EBC8C;
}
</style>
background-color css
<style>
a { background-color: #1EBC8C; }
a { background-color: rgb(30,188,140); }
div.DivClassName
{
background-color: #1EBC8C;
}
.BgClassName
{
background-color: #1EBC8C;
}
</style>
border-color css
<style>
span { border-color: #1EBC8C; }
span { border-color: rgb(30,188,140); }
td.TdClassName
{
border-color: #1EBC8C;
}
.TagClassName
{
border-color: #1EBC8C;
}
</style>