Shades of Eden #1E695C
Tints of Eden #1E695C
RGB
CMYK
RGB Variations
Color information
#1E695C (or 0x1E695C) is known color: Eden. HEX triplet: 1E, 69 and 5C. RGB value is (30,105,92). Sum of RGB (Red+Green+Blue) = 30+105+92=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #1E695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E695C is #E196A3. Grayscale: #515151. Windows color (decimal): -14784164 or 6056222. OLE color: 6056222.
HSL color Cylindrical-coordinate representation of color #1E695C: hue angle of 169.6º 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 #1E695C is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 92 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.59 |
| HSL | 169.6º | 0.56% | 0.26% | - |
| HSV(B) | 169.6º | 0.71% | 0.41% | - |
| XYZ | 7.52 | 11.15 | 11.88 | - |
| YUV | 81.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 92 | 0.71 | 0 | 0.12 | 0.59 | 169.6 | 0.56 | 0.26 |
| Hex | 1E | 69 | 5C | 47 | 0 | C | 3B | AA | 38 | 1A |
| Octal | 36 | 151 | 134 | 107 | 0 | 14 | 73 | 252 | 70 | 32 |
| Binary | 11110 | 1101001 | 1011100 | 1000111 | 0 | 1100 | 111011 | 10101010 | 111000 | 11010 |
Color Harmonies of #1E695C
Complementary color
Monochromatic Colors of #1E695C
Black with #1E695C
Text Example
Text Example
White with #1E695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E695C; }
p { color: rgb(30,105,92); }
H1.HeaderClassName
{
color: #1E695C;
}
.AnyTagClassName
{
color: #1E695C;
}
</style>
background-color css
<style>
a { background-color: #1E695C; }
a { background-color: rgb(30,105,92); }
div.DivClassName
{
background-color: #1E695C;
}
.BgClassName
{
background-color: #1E695C;
}
</style>
border-color css
<style>
span { border-color: #1E695C; }
span { border-color: rgb(30,105,92); }
td.TdClassName
{
border-color: #1E695C;
}
.TagClassName
{
border-color: #1E695C;
}
</style>