Shades of Mountain Meadow #1EB996
Tints of Mountain Meadow #1EB996
RGB
CMYK
RGB Variations
Color information
#1EB996 (or 0x1EB996) is known color: Mountain Meadow. HEX triplet: 1E, B9 and 96. RGB value is (30,185,150). Sum of RGB (Red+Green+Blue) = 30+185+150=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB996 is #E14669. Grayscale: #868686. Windows color (decimal): -14763626 or 9877790. OLE color: 9877790.
HSL color Cylindrical-coordinate representation of color #1EB996: hue angle of 166.45º 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 #1EB996 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 185 | 150 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.27 |
| HSL | 166.45º | 0.72% | 0.42% | - |
| HSV(B) | 166.45º | 0.84% | 0.73% | - |
| XYZ | 23.39 | 37.18 | 34.8 | - |
| YUV | 134.67 | 136.65 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 150 | 0.84 | 0 | 0.19 | 0.27 | 166.45 | 0.72 | 0.42 |
| Hex | 1E | B9 | 96 | 54 | 0 | 13 | 1B | A6 | 48 | 2A |
| Octal | 36 | 271 | 226 | 124 | 0 | 23 | 33 | 246 | 110 | 52 |
| Binary | 11110 | 10111001 | 10010110 | 1010100 | 0 | 10011 | 11011 | 10100110 | 1001000 | 101010 |
Color Harmonies of #1EB996
Complementary color
Monochromatic Colors of #1EB996
Black with #1EB996
Text Example
Text Example
White with #1EB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB996; }
p { color: rgb(30,185,150); }
H1.HeaderClassName
{
color: #1EB996;
}
.AnyTagClassName
{
color: #1EB996;
}
</style>
background-color css
<style>
a { background-color: #1EB996; }
a { background-color: rgb(30,185,150); }
div.DivClassName
{
background-color: #1EB996;
}
.BgClassName
{
background-color: #1EB996;
}
</style>
border-color css
<style>
span { border-color: #1EB996; }
span { border-color: rgb(30,185,150); }
td.TdClassName
{
border-color: #1EB996;
}
.TagClassName
{
border-color: #1EB996;
}
</style>