Shades of Mountain Meadow #1EB998
Tints of Mountain Meadow #1EB998
RGB
CMYK
RGB Variations
Color information
#1EB998 (or 0x1EB998) is known color: Mountain Meadow. HEX triplet: 1E, B9 and 98. RGB value is (30,185,152). Sum of RGB (Red+Green+Blue) = 30+185+152=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB998 is #E14667. Grayscale: #868686. Windows color (decimal): -14763624 or 10008862. OLE color: 10008862.
HSL color Cylindrical-coordinate representation of color #1EB998: hue angle of 167.23º 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 #1EB998 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 185 | 152 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.27 |
| HSL | 167.23º | 0.72% | 0.42% | - |
| HSV(B) | 167.23º | 0.84% | 0.73% | - |
| XYZ | 23.55 | 37.24 | 35.65 | - |
| YUV | 134.89 | 137.65 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 152 | 0.84 | 0 | 0.18 | 0.27 | 167.23 | 0.72 | 0.42 |
| Hex | 1E | B9 | 98 | 54 | 0 | 12 | 1B | A7 | 48 | 2A |
| Octal | 36 | 271 | 230 | 124 | 0 | 22 | 33 | 247 | 110 | 52 |
| Binary | 11110 | 10111001 | 10011000 | 1010100 | 0 | 10010 | 11011 | 10100111 | 1001000 | 101010 |
Color Harmonies of #1EB998
Complementary color
Monochromatic Colors of #1EB998
Black with #1EB998
Text Example
Text Example
White with #1EB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB998; }
p { color: rgb(30,185,152); }
H1.HeaderClassName
{
color: #1EB998;
}
.AnyTagClassName
{
color: #1EB998;
}
</style>
background-color css
<style>
a { background-color: #1EB998; }
a { background-color: rgb(30,185,152); }
div.DivClassName
{
background-color: #1EB998;
}
.BgClassName
{
background-color: #1EB998;
}
</style>
border-color css
<style>
span { border-color: #1EB998; }
span { border-color: rgb(30,185,152); }
td.TdClassName
{
border-color: #1EB998;
}
.TagClassName
{
border-color: #1EB998;
}
</style>