Shades of Eden #1C6E5A
Tints of Eden #1C6E5A
RGB
CMYK
RGB Variations
Color information
#1C6E5A (or 0x1C6E5A) is known color: Eden. HEX triplet: 1C, 6E and 5A. RGB value is (28,110,90). Sum of RGB (Red+Green+Blue) = 28+110+90=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6E5A is #E391A5. Grayscale: #535353. Windows color (decimal): -14913958 or 5926428. OLE color: 5926428.
HSL color Cylindrical-coordinate representation of color #1C6E5A: hue angle of 165.37º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6E5A is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 110 | 90 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.57 |
| HSL | 165.37º | 0.59% | 0.27% | - |
| HSV(B) | 165.37º | 0.75% | 0.43% | - |
| XYZ | 7.9 | 12.14 | 11.6 | - |
| YUV | 83.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 110 | 90 | 0.75 | 0 | 0.18 | 0.57 | 165.37 | 0.59 | 0.27 |
| Hex | 1C | 6E | 5A | 4B | 0 | 12 | 39 | A5 | 3B | 1B |
| Octal | 34 | 156 | 132 | 113 | 0 | 22 | 71 | 245 | 73 | 33 |
| Binary | 11100 | 1101110 | 1011010 | 1001011 | 0 | 10010 | 111001 | 10100101 | 111011 | 11011 |
Color Harmonies of #1C6E5A
Complementary color
Monochromatic Colors of #1C6E5A
Black with #1C6E5A
Text Example
Text Example
White with #1C6E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6E5A; }
p { color: rgb(28,110,90); }
H1.HeaderClassName
{
color: #1C6E5A;
}
.AnyTagClassName
{
color: #1C6E5A;
}
</style>
background-color css
<style>
a { background-color: #1C6E5A; }
a { background-color: rgb(28,110,90); }
div.DivClassName
{
background-color: #1C6E5A;
}
.BgClassName
{
background-color: #1C6E5A;
}
</style>
border-color css
<style>
span { border-color: #1C6E5A; }
span { border-color: rgb(28,110,90); }
td.TdClassName
{
border-color: #1C6E5A;
}
.TagClassName
{
border-color: #1C6E5A;
}
</style>