Shades of Eden #1E5651
Tints of Eden #1E5651
RGB
CMYK
RGB Variations
Color information
#1E5651 (or 0x1E5651) is known color: Eden. HEX triplet: 1E, 56 and 51. RGB value is (30,86,81). Sum of RGB (Red+Green+Blue) = 30+86+81=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #1E5651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5651 is #E1A9AE. Grayscale: #444444. Windows color (decimal): -14789039 or 5330462. OLE color: 5330462.
HSL color Cylindrical-coordinate representation of color #1E5651: hue angle of 174.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E5651 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 86 | 81 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.66 |
| HSL | 174.64º | 0.48% | 0.23% | - |
| HSV(B) | 174.64º | 0.65% | 0.34% | - |
| XYZ | 5.35 | 7.53 | 8.96 | - |
| YUV | 68.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 81 | 0.65 | 0 | 0.06 | 0.66 | 174.64 | 0.48 | 0.23 |
| Hex | 1E | 56 | 51 | 41 | 0 | 6 | 42 | AF | 30 | 17 |
| Octal | 36 | 126 | 121 | 101 | 0 | 6 | 102 | 257 | 60 | 27 |
| Binary | 11110 | 1010110 | 1010001 | 1000001 | 0 | 110 | 1000010 | 10101111 | 110000 | 10111 |
Color Harmonies of #1E5651
Complementary color
Monochromatic Colors of #1E5651
Black with #1E5651
Text Example
Text Example
White with #1E5651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5651; }
p { color: rgb(30,86,81); }
H1.HeaderClassName
{
color: #1E5651;
}
.AnyTagClassName
{
color: #1E5651;
}
</style>
background-color css
<style>
a { background-color: #1E5651; }
a { background-color: rgb(30,86,81); }
div.DivClassName
{
background-color: #1E5651;
}
.BgClassName
{
background-color: #1E5651;
}
</style>
border-color css
<style>
span { border-color: #1E5651; }
span { border-color: rgb(30,86,81); }
td.TdClassName
{
border-color: #1E5651;
}
.TagClassName
{
border-color: #1E5651;
}
</style>