Shades of Mountain Meadow #1EB48F
Tints of Mountain Meadow #1EB48F
RGB
CMYK
RGB Variations
Color information
#1EB48F (or 0x1EB48F) is known color: Mountain Meadow. HEX triplet: 1E, B4 and 8F. RGB value is (30,180,143). Sum of RGB (Red+Green+Blue) = 30+180+143=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB48F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB48F is #E14B70. Grayscale: #828282. Windows color (decimal): -14764913 or 9417758. OLE color: 9417758.
HSL color Cylindrical-coordinate representation of color #1EB48F: hue angle of 165.2º 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 #1EB48F is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 180 | 143 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.29 |
| HSL | 165.2º | 0.71% | 0.41% | - |
| HSV(B) | 165.2º | 0.83% | 0.71% | - |
| XYZ | 21.81 | 34.9 | 31.57 | - |
| YUV | 130.93 | 134.81 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 180 | 143 | 0.83 | 0 | 0.21 | 0.29 | 165.2 | 0.71 | 0.41 |
| Hex | 1E | B4 | 8F | 53 | 0 | 15 | 1D | A5 | 47 | 29 |
| Octal | 36 | 264 | 217 | 123 | 0 | 25 | 35 | 245 | 107 | 51 |
| Binary | 11110 | 10110100 | 10001111 | 1010011 | 0 | 10101 | 11101 | 10100101 | 1000111 | 101001 |
Color Harmonies of #1EB48F
Complementary color
Monochromatic Colors of #1EB48F
Black with #1EB48F
Text Example
Text Example
White with #1EB48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB48F; }
p { color: rgb(30,180,143); }
H1.HeaderClassName
{
color: #1EB48F;
}
.AnyTagClassName
{
color: #1EB48F;
}
</style>
background-color css
<style>
a { background-color: #1EB48F; }
a { background-color: rgb(30,180,143); }
div.DivClassName
{
background-color: #1EB48F;
}
.BgClassName
{
background-color: #1EB48F;
}
</style>
border-color css
<style>
span { border-color: #1EB48F; }
span { border-color: rgb(30,180,143); }
td.TdClassName
{
border-color: #1EB48F;
}
.TagClassName
{
border-color: #1EB48F;
}
</style>