Shades of Mountain Meadow #1EB48C
Tints of Mountain Meadow #1EB48C
RGB
CMYK
RGB Variations
Color information
#1EB48C (or 0x1EB48C) is known color: Mountain Meadow. HEX triplet: 1E, B4 and 8C. RGB value is (30,180,140). Sum of RGB (Red+Green+Blue) = 30+180+140=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB48C is #E14B73. Grayscale: #828282. Windows color (decimal): -14764916 or 9221150. OLE color: 9221150.
HSL color Cylindrical-coordinate representation of color #1EB48C: hue angle of 164º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB48C is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 180 | 140 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.29 |
| HSL | 164º | 0.71% | 0.41% | - |
| HSV(B) | 164º | 0.83% | 0.71% | - |
| XYZ | 21.59 | 34.81 | 30.39 | - |
| YUV | 130.59 | 133.31 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 180 | 140 | 0.83 | 0 | 0.22 | 0.29 | 164 | 0.71 | 0.41 |
| Hex | 1E | B4 | 8C | 53 | 0 | 16 | 1D | A4 | 47 | 29 |
| Octal | 36 | 264 | 214 | 123 | 0 | 26 | 35 | 244 | 107 | 51 |
| Binary | 11110 | 10110100 | 10001100 | 1010011 | 0 | 10110 | 11101 | 10100100 | 1000111 | 101001 |
Color Harmonies of #1EB48C
Complementary color
Monochromatic Colors of #1EB48C
Black with #1EB48C
Text Example
Text Example
White with #1EB48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB48C; }
p { color: rgb(30,180,140); }
H1.HeaderClassName
{
color: #1EB48C;
}
.AnyTagClassName
{
color: #1EB48C;
}
</style>
background-color css
<style>
a { background-color: #1EB48C; }
a { background-color: rgb(30,180,140); }
div.DivClassName
{
background-color: #1EB48C;
}
.BgClassName
{
background-color: #1EB48C;
}
</style>
border-color css
<style>
span { border-color: #1EB48C; }
span { border-color: rgb(30,180,140); }
td.TdClassName
{
border-color: #1EB48C;
}
.TagClassName
{
border-color: #1EB48C;
}
</style>