Shades of Eden #1E695A
Tints of Eden #1E695A
RGB
CMYK
RGB Variations
Color information
#1E695A (or 0x1E695A) is known color: Eden. HEX triplet: 1E, 69 and 5A. RGB value is (30,105,90). Sum of RGB (Red+Green+Blue) = 30+105+90=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #1E695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E695A is #E196A5. Grayscale: #505050. Windows color (decimal): -14784166 or 5925150. OLE color: 5925150.
HSL color Cylindrical-coordinate representation of color #1E695A: hue angle of 168º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E695A is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 90 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.59 |
| HSL | 168º | 0.56% | 0.26% | - |
| HSV(B) | 168º | 0.71% | 0.41% | - |
| XYZ | 7.43 | 11.12 | 11.43 | - |
| YUV | 80.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 90 | 0.71 | 0 | 0.14 | 0.59 | 168 | 0.56 | 0.26 |
| Hex | 1E | 69 | 5A | 47 | 0 | E | 3B | A8 | 38 | 1A |
| Octal | 36 | 151 | 132 | 107 | 0 | 16 | 73 | 250 | 70 | 32 |
| Binary | 11110 | 1101001 | 1011010 | 1000111 | 0 | 1110 | 111011 | 10101000 | 111000 | 11010 |
Color Harmonies of #1E695A
Complementary color
Monochromatic Colors of #1E695A
Black with #1E695A
Text Example
Text Example
White with #1E695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E695A; }
p { color: rgb(30,105,90); }
H1.HeaderClassName
{
color: #1E695A;
}
.AnyTagClassName
{
color: #1E695A;
}
</style>
background-color css
<style>
a { background-color: #1E695A; }
a { background-color: rgb(30,105,90); }
div.DivClassName
{
background-color: #1E695A;
}
.BgClassName
{
background-color: #1E695A;
}
</style>
border-color css
<style>
span { border-color: #1E695A; }
span { border-color: rgb(30,105,90); }
td.TdClassName
{
border-color: #1E695A;
}
.TagClassName
{
border-color: #1E695A;
}
</style>