Shades of Mountain Meadow #1EB08E
Tints of Mountain Meadow #1EB08E
RGB
CMYK
RGB Variations
Color information
#1EB08E (or 0x1EB08E) is known color: Mountain Meadow. HEX triplet: 1E, B0 and 8E. RGB value is (30,176,142). Sum of RGB (Red+Green+Blue) = 30+176+142=348 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.62% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #1EB08E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EB08E is #E14F71. Grayscale: #808080. Windows color (decimal): -14765938 or 9351198. OLE color: 9351198.
HSL color Cylindrical-coordinate representation of color #1EB08E: hue angle of 166.03º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB08E is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 176 | 142 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.31 |
| HSL | 166.03º | 0.71% | 0.4% | - |
| HSV(B) | 166.03º | 0.83% | 0.69% | - |
| XYZ | 20.94 | 33.28 | 30.91 | - |
| YUV | 128.47 | 135.63 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 176 | 142 | 0.83 | 0 | 0.19 | 0.31 | 166.03 | 0.71 | 0.4 |
| Hex | 1E | B0 | 8E | 53 | 0 | 13 | 1F | A6 | 47 | 28 |
| Octal | 36 | 260 | 216 | 123 | 0 | 23 | 37 | 246 | 107 | 50 |
| Binary | 11110 | 10110000 | 10001110 | 1010011 | 0 | 10011 | 11111 | 10100110 | 1000111 | 101000 |
Color Harmonies of #1EB08E
Complementary color
Monochromatic Colors of #1EB08E
Black with #1EB08E
Text Example
Text Example
White with #1EB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB08E; }
p { color: rgb(30,176,142); }
H1.HeaderClassName
{
color: #1EB08E;
}
.AnyTagClassName
{
color: #1EB08E;
}
</style>
background-color css
<style>
a { background-color: #1EB08E; }
a { background-color: rgb(30,176,142); }
div.DivClassName
{
background-color: #1EB08E;
}
.BgClassName
{
background-color: #1EB08E;
}
</style>
border-color css
<style>
span { border-color: #1EB08E; }
span { border-color: rgb(30,176,142); }
td.TdClassName
{
border-color: #1EB08E;
}
.TagClassName
{
border-color: #1EB08E;
}
</style>