Shades of Mountain Meadow #1EBA97
Tints of Mountain Meadow #1EBA97
RGB
CMYK
RGB Variations
Color information
#1EBA97 (or 0x1EBA97) is known color: Mountain Meadow. HEX triplet: 1E, BA and 97. RGB value is (30,186,151). Sum of RGB (Red+Green+Blue) = 30+186+151=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBA97 is #E14568. Grayscale: #878787. Windows color (decimal): -14763369 or 9943582. OLE color: 9943582.
HSL color Cylindrical-coordinate representation of color #1EBA97: hue angle of 166.54º 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 #1EBA97 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 151 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.27 |
| HSL | 166.54º | 0.72% | 0.42% | - |
| HSV(B) | 166.54º | 0.84% | 0.73% | - |
| XYZ | 23.68 | 37.63 | 35.29 | - |
| YUV | 135.37 | 136.82 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 151 | 0.84 | 0 | 0.19 | 0.27 | 166.54 | 0.72 | 0.42 |
| Hex | 1E | BA | 97 | 54 | 0 | 13 | 1B | A7 | 48 | 2A |
| Octal | 36 | 272 | 227 | 124 | 0 | 23 | 33 | 247 | 110 | 52 |
| Binary | 11110 | 10111010 | 10010111 | 1010100 | 0 | 10011 | 11011 | 10100111 | 1001000 | 101010 |
Color Harmonies of #1EBA97
Complementary color
Monochromatic Colors of #1EBA97
Black with #1EBA97
Text Example
Text Example
White with #1EBA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA97; }
p { color: rgb(30,186,151); }
H1.HeaderClassName
{
color: #1EBA97;
}
.AnyTagClassName
{
color: #1EBA97;
}
</style>
background-color css
<style>
a { background-color: #1EBA97; }
a { background-color: rgb(30,186,151); }
div.DivClassName
{
background-color: #1EBA97;
}
.BgClassName
{
background-color: #1EBA97;
}
</style>
border-color css
<style>
span { border-color: #1EBA97; }
span { border-color: rgb(30,186,151); }
td.TdClassName
{
border-color: #1EBA97;
}
.TagClassName
{
border-color: #1EBA97;
}
</style>