Shades of Mountain Meadow #1EBE91
Tints of Mountain Meadow #1EBE91
RGB
CMYK
RGB Variations
Color information
#1EBE91 (or 0x1EBE91) is known color: Mountain Meadow. HEX triplet: 1E, BE and 91. RGB value is (30,190,145). Sum of RGB (Red+Green+Blue) = 30+190+145=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #1EBE91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBE91 is #E1416E. Grayscale: #898989. Windows color (decimal): -14762351 or 9551390. OLE color: 9551390.
HSL color Cylindrical-coordinate representation of color #1EBE91: hue angle of 163.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBE91 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 190 | 145 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.25 |
| HSL | 163.13º | 0.73% | 0.43% | - |
| HSV(B) | 163.13º | 0.84% | 0.75% | - |
| XYZ | 24.06 | 39.15 | 33.08 | - |
| YUV | 137.03 | 132.49 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 145 | 0.84 | 0 | 0.24 | 0.25 | 163.13 | 0.73 | 0.43 |
| Hex | 1E | BE | 91 | 54 | 0 | 18 | 19 | A3 | 49 | 2B |
| Octal | 36 | 276 | 221 | 124 | 0 | 30 | 31 | 243 | 111 | 53 |
| Binary | 11110 | 10111110 | 10010001 | 1010100 | 0 | 11000 | 11001 | 10100011 | 1001001 | 101011 |
Color Harmonies of #1EBE91
Complementary color
Monochromatic Colors of #1EBE91
Black with #1EBE91
Text Example
Text Example
White with #1EBE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBE91; }
p { color: rgb(30,190,145); }
H1.HeaderClassName
{
color: #1EBE91;
}
.AnyTagClassName
{
color: #1EBE91;
}
</style>
background-color css
<style>
a { background-color: #1EBE91; }
a { background-color: rgb(30,190,145); }
div.DivClassName
{
background-color: #1EBE91;
}
.BgClassName
{
background-color: #1EBE91;
}
</style>
border-color css
<style>
span { border-color: #1EBE91; }
span { border-color: rgb(30,190,145); }
td.TdClassName
{
border-color: #1EBE91;
}
.TagClassName
{
border-color: #1EBE91;
}
</style>