Shades of Eden #1E6B57
Tints of Eden #1E6B57
RGB
CMYK
RGB Variations
Color information
#1E6B57 (or 0x1E6B57) is known color: Eden. HEX triplet: 1E, 6B and 57. RGB value is (30,107,87). Sum of RGB (Red+Green+Blue) = 30+107+87=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B57 is #E194A8. Grayscale: #515151. Windows color (decimal): -14783657 or 5729054. OLE color: 5729054.
HSL color Cylindrical-coordinate representation of color #1E6B57: hue angle of 164.42º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6B57 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 107 | 87 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.58 |
| HSL | 164.42º | 0.56% | 0.27% | - |
| HSV(B) | 164.42º | 0.72% | 0.42% | - |
| XYZ | 7.51 | 11.48 | 10.84 | - |
| YUV | 81.7 | 130.99 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 87 | 0.72 | 0 | 0.19 | 0.58 | 164.42 | 0.56 | 0.27 |
| Hex | 1E | 6B | 57 | 48 | 0 | 13 | 3A | A4 | 38 | 1B |
| Octal | 36 | 153 | 127 | 110 | 0 | 23 | 72 | 244 | 70 | 33 |
| Binary | 11110 | 1101011 | 1010111 | 1001000 | 0 | 10011 | 111010 | 10100100 | 111000 | 11011 |
Color Harmonies of #1E6B57
Complementary color
Monochromatic Colors of #1E6B57
Black with #1E6B57
Text Example
Text Example
White with #1E6B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6B57; }
p { color: rgb(30,107,87); }
H1.HeaderClassName
{
color: #1E6B57;
}
.AnyTagClassName
{
color: #1E6B57;
}
</style>
background-color css
<style>
a { background-color: #1E6B57; }
a { background-color: rgb(30,107,87); }
div.DivClassName
{
background-color: #1E6B57;
}
.BgClassName
{
background-color: #1E6B57;
}
</style>
border-color css
<style>
span { border-color: #1E6B57; }
span { border-color: rgb(30,107,87); }
td.TdClassName
{
border-color: #1E6B57;
}
.TagClassName
{
border-color: #1E6B57;
}
</style>