Shades of Eden #1E625A
Tints of Eden #1E625A
RGB
CMYK
RGB Variations
Color information
#1E625A (or 0x1E625A) is known color: Eden. HEX triplet: 1E, 62 and 5A. RGB value is (30,98,90). Sum of RGB (Red+Green+Blue) = 30+98+90=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #1E625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E625A is #E19DA5. Grayscale: #4C4C4C. Windows color (decimal): -14785958 or 5923358. OLE color: 5923358.
HSL color Cylindrical-coordinate representation of color #1E625A: hue angle of 172.94º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E625A is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 98 | 90 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.62 |
| HSL | 172.94º | 0.53% | 0.25% | - |
| HSV(B) | 172.94º | 0.69% | 0.38% | - |
| XYZ | 6.75 | 9.75 | 11.2 | - |
| YUV | 76.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 90 | 0.69 | 0 | 0.08 | 0.62 | 172.94 | 0.53 | 0.25 |
| Hex | 1E | 62 | 5A | 45 | 0 | 8 | 3E | AD | 35 | 19 |
| Octal | 36 | 142 | 132 | 105 | 0 | 10 | 76 | 255 | 65 | 31 |
| Binary | 11110 | 1100010 | 1011010 | 1000101 | 0 | 1000 | 111110 | 10101101 | 110101 | 11001 |
Color Harmonies of #1E625A
Complementary color
Monochromatic Colors of #1E625A
Black with #1E625A
Text Example
Text Example
White with #1E625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E625A; }
p { color: rgb(30,98,90); }
H1.HeaderClassName
{
color: #1E625A;
}
.AnyTagClassName
{
color: #1E625A;
}
</style>
background-color css
<style>
a { background-color: #1E625A; }
a { background-color: rgb(30,98,90); }
div.DivClassName
{
background-color: #1E625A;
}
.BgClassName
{
background-color: #1E625A;
}
</style>
border-color css
<style>
span { border-color: #1E625A; }
span { border-color: rgb(30,98,90); }
td.TdClassName
{
border-color: #1E625A;
}
.TagClassName
{
border-color: #1E625A;
}
</style>