Shades of Mountain Meadow #1EB988
Tints of Mountain Meadow #1EB988
RGB
CMYK
RGB Variations
Color information
#1EB988 (or 0x1EB988) is known color: Mountain Meadow. HEX triplet: 1E, B9 and 88. RGB value is (30,185,136). Sum of RGB (Red+Green+Blue) = 30+185+136=351 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.55% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB988 is #E14677. Grayscale: #858585. Windows color (decimal): -14763640 or 8960286. OLE color: 8960286.
HSL color Cylindrical-coordinate representation of color #1EB988: hue angle of 161.03º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB988 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 185 | 136 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.27 |
| HSL | 161.03º | 0.72% | 0.42% | - |
| HSV(B) | 161.03º | 0.84% | 0.73% | - |
| XYZ | 22.33 | 36.75 | 29.21 | - |
| YUV | 133.07 | 129.65 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 136 | 0.84 | 0 | 0.26 | 0.27 | 161.03 | 0.72 | 0.42 |
| Hex | 1E | B9 | 88 | 54 | 0 | 1A | 1B | A1 | 48 | 2A |
| Octal | 36 | 271 | 210 | 124 | 0 | 32 | 33 | 241 | 110 | 52 |
| Binary | 11110 | 10111001 | 10001000 | 1010100 | 0 | 11010 | 11011 | 10100001 | 1001000 | 101010 |
Color Harmonies of #1EB988
Complementary color
Monochromatic Colors of #1EB988
Black with #1EB988
Text Example
Text Example
White with #1EB988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB988; }
p { color: rgb(30,185,136); }
H1.HeaderClassName
{
color: #1EB988;
}
.AnyTagClassName
{
color: #1EB988;
}
</style>
background-color css
<style>
a { background-color: #1EB988; }
a { background-color: rgb(30,185,136); }
div.DivClassName
{
background-color: #1EB988;
}
.BgClassName
{
background-color: #1EB988;
}
</style>
border-color css
<style>
span { border-color: #1EB988; }
span { border-color: rgb(30,185,136); }
td.TdClassName
{
border-color: #1EB988;
}
.TagClassName
{
border-color: #1EB988;
}
</style>