Shades of Eden #1E685C
Tints of Eden #1E685C
RGB
CMYK
RGB Variations
Color information
#1E685C (or 0x1E685C) is known color: Eden. HEX triplet: 1E, 68 and 5C. RGB value is (30,104,92). Sum of RGB (Red+Green+Blue) = 30+104+92=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #1E685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E685C is #E197A3. Grayscale: #505050. Windows color (decimal): -14784420 or 6055966. OLE color: 6055966.
HSL color Cylindrical-coordinate representation of color #1E685C: hue angle of 170.27º degrees, saturation: 0.55, 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 #1E685C is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 104 | 92 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.59 |
| HSL | 170.27º | 0.55% | 0.26% | - |
| HSV(B) | 170.27º | 0.71% | 0.41% | - |
| XYZ | 7.42 | 10.95 | 11.85 | - |
| YUV | 80.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 104 | 92 | 0.71 | 0 | 0.12 | 0.59 | 170.27 | 0.55 | 0.26 |
| Hex | 1E | 68 | 5C | 47 | 0 | C | 3B | AA | 37 | 1A |
| Octal | 36 | 150 | 134 | 107 | 0 | 14 | 73 | 252 | 67 | 32 |
| Binary | 11110 | 1101000 | 1011100 | 1000111 | 0 | 1100 | 111011 | 10101010 | 110111 | 11010 |
Color Harmonies of #1E685C
Complementary color
Monochromatic Colors of #1E685C
Black with #1E685C
Text Example
Text Example
White with #1E685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E685C; }
p { color: rgb(30,104,92); }
H1.HeaderClassName
{
color: #1E685C;
}
.AnyTagClassName
{
color: #1E685C;
}
</style>
background-color css
<style>
a { background-color: #1E685C; }
a { background-color: rgb(30,104,92); }
div.DivClassName
{
background-color: #1E685C;
}
.BgClassName
{
background-color: #1E685C;
}
</style>
border-color css
<style>
span { border-color: #1E685C; }
span { border-color: rgb(30,104,92); }
td.TdClassName
{
border-color: #1E685C;
}
.TagClassName
{
border-color: #1E685C;
}
</style>