Shades of Eden #1C6A5C
Tints of Eden #1C6A5C
RGB
CMYK
RGB Variations
Color information
#1C6A5C (or 0x1C6A5C) is known color: Eden. HEX triplet: 1C, 6A and 5C. RGB value is (28,106,92). Sum of RGB (Red+Green+Blue) = 28+106+92=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 106 - color contains mainly: green. Hex color #1C6A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6A5C is #E395A3. Grayscale: #515151. Windows color (decimal): -14914980 or 6056476. OLE color: 6056476.
HSL color Cylindrical-coordinate representation of color #1C6A5C: hue angle of 169.23º 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 #1C6A5C is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 106 | 92 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.58 |
| HSL | 169.23º | 0.58% | 0.26% | - |
| HSV(B) | 169.23º | 0.74% | 0.42% | - |
| XYZ | 7.56 | 11.33 | 11.91 | - |
| YUV | 81.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 106 | 92 | 0.74 | 0 | 0.13 | 0.58 | 169.23 | 0.58 | 0.26 |
| Hex | 1C | 6A | 5C | 4A | 0 | D | 3A | A9 | 3A | 1A |
| Octal | 34 | 152 | 134 | 112 | 0 | 15 | 72 | 251 | 72 | 32 |
| Binary | 11100 | 1101010 | 1011100 | 1001010 | 0 | 1101 | 111010 | 10101001 | 111010 | 11010 |
Color Harmonies of #1C6A5C
Complementary color
Monochromatic Colors of #1C6A5C
Black with #1C6A5C
Text Example
Text Example
White with #1C6A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6A5C; }
p { color: rgb(28,106,92); }
H1.HeaderClassName
{
color: #1C6A5C;
}
.AnyTagClassName
{
color: #1C6A5C;
}
</style>
background-color css
<style>
a { background-color: #1C6A5C; }
a { background-color: rgb(28,106,92); }
div.DivClassName
{
background-color: #1C6A5C;
}
.BgClassName
{
background-color: #1C6A5C;
}
</style>
border-color css
<style>
span { border-color: #1C6A5C; }
span { border-color: rgb(28,106,92); }
td.TdClassName
{
border-color: #1C6A5C;
}
.TagClassName
{
border-color: #1C6A5C;
}
</style>