Shades of Eden #1C6A59
Tints of Eden #1C6A59
RGB
CMYK
RGB Variations
Color information
#1C6A59 (or 0x1C6A59) is known color: Eden. HEX triplet: 1C, 6A and 59. RGB value is (28,106,89). Sum of RGB (Red+Green+Blue) = 28+106+89=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 106 - color contains mainly: green. Hex color #1C6A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6A59 is #E395A6. Grayscale: #505050. Windows color (decimal): -14914983 or 5859868. OLE color: 5859868.
HSL color Cylindrical-coordinate representation of color #1C6A59: hue angle of 166.92º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6A59 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 106 | 89 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.58 |
| HSL | 166.92º | 0.58% | 0.26% | - |
| HSV(B) | 166.92º | 0.74% | 0.42% | - |
| XYZ | 7.44 | 11.28 | 11.24 | - |
| YUV | 80.74 | 132.66 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 106 | 89 | 0.74 | 0 | 0.16 | 0.58 | 166.92 | 0.58 | 0.26 |
| Hex | 1C | 6A | 59 | 4A | 0 | 10 | 3A | A7 | 3A | 1A |
| Octal | 34 | 152 | 131 | 112 | 0 | 20 | 72 | 247 | 72 | 32 |
| Binary | 11100 | 1101010 | 1011001 | 1001010 | 0 | 10000 | 111010 | 10100111 | 111010 | 11010 |
Color Harmonies of #1C6A59
Complementary color
Monochromatic Colors of #1C6A59
Black with #1C6A59
Text Example
Text Example
White with #1C6A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6A59; }
p { color: rgb(28,106,89); }
H1.HeaderClassName
{
color: #1C6A59;
}
.AnyTagClassName
{
color: #1C6A59;
}
</style>
background-color css
<style>
a { background-color: #1C6A59; }
a { background-color: rgb(28,106,89); }
div.DivClassName
{
background-color: #1C6A59;
}
.BgClassName
{
background-color: #1C6A59;
}
</style>
border-color css
<style>
span { border-color: #1C6A59; }
span { border-color: rgb(28,106,89); }
td.TdClassName
{
border-color: #1C6A59;
}
.TagClassName
{
border-color: #1C6A59;
}
</style>