Shades of Eden #1C6156
Tints of Eden #1C6156
RGB
CMYK
RGB Variations
Color information
#1C6156 (or 0x1C6156) is known color: Eden. HEX triplet: 1C, 61 and 56. RGB value is (28,97,86). Sum of RGB (Red+Green+Blue) = 28+97+86=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #1C6156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6156 is #E39EA9. Grayscale: #4B4B4B. Windows color (decimal): -14917290 or 5660956. OLE color: 5660956.
HSL color Cylindrical-coordinate representation of color #1C6156: hue angle of 170.43º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6156 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 97 | 86 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.62 |
| HSL | 170.43º | 0.55% | 0.25% | - |
| HSV(B) | 170.43º | 0.71% | 0.38% | - |
| XYZ | 6.43 | 9.47 | 10.29 | - |
| YUV | 75.12 | 134.14 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 97 | 86 | 0.71 | 0 | 0.11 | 0.62 | 170.43 | 0.55 | 0.25 |
| Hex | 1C | 61 | 56 | 47 | 0 | B | 3E | AA | 37 | 19 |
| Octal | 34 | 141 | 126 | 107 | 0 | 13 | 76 | 252 | 67 | 31 |
| Binary | 11100 | 1100001 | 1010110 | 1000111 | 0 | 1011 | 111110 | 10101010 | 110111 | 11001 |
Color Harmonies of #1C6156
Complementary color
Monochromatic Colors of #1C6156
Black with #1C6156
Text Example
Text Example
White with #1C6156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6156; }
p { color: rgb(28,97,86); }
H1.HeaderClassName
{
color: #1C6156;
}
.AnyTagClassName
{
color: #1C6156;
}
</style>
background-color css
<style>
a { background-color: #1C6156; }
a { background-color: rgb(28,97,86); }
div.DivClassName
{
background-color: #1C6156;
}
.BgClassName
{
background-color: #1C6156;
}
</style>
border-color css
<style>
span { border-color: #1C6156; }
span { border-color: rgb(28,97,86); }
td.TdClassName
{
border-color: #1C6156;
}
.TagClassName
{
border-color: #1C6156;
}
</style>