Shades of Eden #1E6658
Tints of Eden #1E6658
RGB
CMYK
RGB Variations
Color information
#1E6658 (or 0x1E6658) is known color: Eden. HEX triplet: 1E, 66 and 58. RGB value is (30,102,88). Sum of RGB (Red+Green+Blue) = 30+102+88=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #1E6658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6658 is #E199A7. Grayscale: #4E4E4E. Windows color (decimal): -14784936 or 5793310. OLE color: 5793310.
HSL color Cylindrical-coordinate representation of color #1E6658: hue angle of 168.33º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6658 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 102 | 88 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.6 |
| HSL | 168.33º | 0.55% | 0.26% | - |
| HSV(B) | 168.33º | 0.71% | 0.4% | - |
| XYZ | 7.05 | 10.48 | 10.88 | - |
| YUV | 78.88 | 133.15 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 88 | 0.71 | 0 | 0.14 | 0.6 | 168.33 | 0.55 | 0.26 |
| Hex | 1E | 66 | 58 | 47 | 0 | E | 3C | A8 | 37 | 1A |
| Octal | 36 | 146 | 130 | 107 | 0 | 16 | 74 | 250 | 67 | 32 |
| Binary | 11110 | 1100110 | 1011000 | 1000111 | 0 | 1110 | 111100 | 10101000 | 110111 | 11010 |
Color Harmonies of #1E6658
Complementary color
Monochromatic Colors of #1E6658
Black with #1E6658
Text Example
Text Example
White with #1E6658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6658; }
p { color: rgb(30,102,88); }
H1.HeaderClassName
{
color: #1E6658;
}
.AnyTagClassName
{
color: #1E6658;
}
</style>
background-color css
<style>
a { background-color: #1E6658; }
a { background-color: rgb(30,102,88); }
div.DivClassName
{
background-color: #1E6658;
}
.BgClassName
{
background-color: #1E6658;
}
</style>
border-color css
<style>
span { border-color: #1E6658; }
span { border-color: rgb(30,102,88); }
td.TdClassName
{
border-color: #1E6658;
}
.TagClassName
{
border-color: #1E6658;
}
</style>