Shades of Eden #1C6C5D
Tints of Eden #1C6C5D
RGB
CMYK
RGB Variations
Color information
#1C6C5D (or 0x1C6C5D) is known color: Eden. HEX triplet: 1C, 6C and 5D. RGB value is (28,108,93). Sum of RGB (Red+Green+Blue) = 28+108+93=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #1C6C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6C5D is #E393A2. Grayscale: #525252. Windows color (decimal): -14914467 or 6122524. OLE color: 6122524.
HSL color Cylindrical-coordinate representation of color #1C6C5D: hue angle of 168.75º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6C5D is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 108 | 93 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.58 |
| HSL | 168.75º | 0.59% | 0.27% | - |
| HSV(B) | 168.75º | 0.74% | 0.42% | - |
| XYZ | 7.82 | 11.76 | 12.21 | - |
| YUV | 82.37 | 134 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 108 | 93 | 0.74 | 0 | 0.14 | 0.58 | 168.75 | 0.59 | 0.27 |
| Hex | 1C | 6C | 5D | 4A | 0 | E | 3A | A9 | 3B | 1B |
| Octal | 34 | 154 | 135 | 112 | 0 | 16 | 72 | 251 | 73 | 33 |
| Binary | 11100 | 1101100 | 1011101 | 1001010 | 0 | 1110 | 111010 | 10101001 | 111011 | 11011 |
Color Harmonies of #1C6C5D
Complementary color
Monochromatic Colors of #1C6C5D
Black with #1C6C5D
Text Example
Text Example
White with #1C6C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6C5D; }
p { color: rgb(28,108,93); }
H1.HeaderClassName
{
color: #1C6C5D;
}
.AnyTagClassName
{
color: #1C6C5D;
}
</style>
background-color css
<style>
a { background-color: #1C6C5D; }
a { background-color: rgb(28,108,93); }
div.DivClassName
{
background-color: #1C6C5D;
}
.BgClassName
{
background-color: #1C6C5D;
}
</style>
border-color css
<style>
span { border-color: #1C6C5D; }
span { border-color: rgb(28,108,93); }
td.TdClassName
{
border-color: #1C6C5D;
}
.TagClassName
{
border-color: #1C6C5D;
}
</style>