Shades of Eden #1E6F5C
Tints of Eden #1E6F5C
RGB
CMYK
RGB Variations
Color information
#1E6F5C (or 0x1E6F5C) is known color: Eden. HEX triplet: 1E, 6F and 5C. RGB value is (30,111,92). Sum of RGB (Red+Green+Blue) = 30+111+92=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6F5C is #E190A3. Grayscale: #545454. Windows color (decimal): -14782628 or 6057758. OLE color: 6057758.
HSL color Cylindrical-coordinate representation of color #1E6F5C: hue angle of 165.93º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6F5C is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 111 | 92 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.56 |
| HSL | 165.93º | 0.57% | 0.28% | - |
| HSV(B) | 165.93º | 0.73% | 0.44% | - |
| XYZ | 8.15 | 12.42 | 12.09 | - |
| YUV | 84.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 92 | 0.73 | 0 | 0.17 | 0.56 | 165.93 | 0.57 | 0.28 |
| Hex | 1E | 6F | 5C | 49 | 0 | 11 | 38 | A6 | 39 | 1C |
| Octal | 36 | 157 | 134 | 111 | 0 | 21 | 70 | 246 | 71 | 34 |
| Binary | 11110 | 1101111 | 1011100 | 1001001 | 0 | 10001 | 111000 | 10100110 | 111001 | 11100 |
Color Harmonies of #1E6F5C
Complementary color
Monochromatic Colors of #1E6F5C
Black with #1E6F5C
Text Example
Text Example
White with #1E6F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6F5C; }
p { color: rgb(30,111,92); }
H1.HeaderClassName
{
color: #1E6F5C;
}
.AnyTagClassName
{
color: #1E6F5C;
}
</style>
background-color css
<style>
a { background-color: #1E6F5C; }
a { background-color: rgb(30,111,92); }
div.DivClassName
{
background-color: #1E6F5C;
}
.BgClassName
{
background-color: #1E6F5C;
}
</style>
border-color css
<style>
span { border-color: #1E6F5C; }
span { border-color: rgb(30,111,92); }
td.TdClassName
{
border-color: #1E6F5C;
}
.TagClassName
{
border-color: #1E6F5C;
}
</style>