Shades of Mountain Meadow #1EB997
Tints of Mountain Meadow #1EB997
RGB
CMYK
RGB Variations
Color information
#1EB997 (or 0x1EB997) is known color: Mountain Meadow. HEX triplet: 1E, B9 and 97. RGB value is (30,185,151). Sum of RGB (Red+Green+Blue) = 30+185+151=366 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.20% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB997 is #E14668. Grayscale: #868686. Windows color (decimal): -14763625 or 9943326. OLE color: 9943326.
HSL color Cylindrical-coordinate representation of color #1EB997: hue angle of 166.84º 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 #1EB997 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 185 | 151 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.27 |
| HSL | 166.84º | 0.72% | 0.42% | - |
| HSV(B) | 166.84º | 0.84% | 0.73% | - |
| XYZ | 23.47 | 37.21 | 35.22 | - |
| YUV | 134.78 | 137.15 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 151 | 0.84 | 0 | 0.18 | 0.27 | 166.84 | 0.72 | 0.42 |
| Hex | 1E | B9 | 97 | 54 | 0 | 12 | 1B | A7 | 48 | 2A |
| Octal | 36 | 271 | 227 | 124 | 0 | 22 | 33 | 247 | 110 | 52 |
| Binary | 11110 | 10111001 | 10010111 | 1010100 | 0 | 10010 | 11011 | 10100111 | 1001000 | 101010 |
Color Harmonies of #1EB997
Complementary color
Monochromatic Colors of #1EB997
Black with #1EB997
Text Example
Text Example
White with #1EB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB997; }
p { color: rgb(30,185,151); }
H1.HeaderClassName
{
color: #1EB997;
}
.AnyTagClassName
{
color: #1EB997;
}
</style>
background-color css
<style>
a { background-color: #1EB997; }
a { background-color: rgb(30,185,151); }
div.DivClassName
{
background-color: #1EB997;
}
.BgClassName
{
background-color: #1EB997;
}
</style>
border-color css
<style>
span { border-color: #1EB997; }
span { border-color: rgb(30,185,151); }
td.TdClassName
{
border-color: #1EB997;
}
.TagClassName
{
border-color: #1EB997;
}
</style>