Shades of Eden #1C665A
Tints of Eden #1C665A
RGB
CMYK
RGB Variations
Color information
#1C665A (or 0x1C665A) is known color: Eden. HEX triplet: 1C, 66 and 5A. RGB value is (28,102,90). Sum of RGB (Red+Green+Blue) = 28+102+90=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #1C665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C665A is #E399A5. Grayscale: #4E4E4E. Windows color (decimal): -14916006 or 5924380. OLE color: 5924380.
HSL color Cylindrical-coordinate representation of color #1C665A: hue angle of 170.27º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C665A is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 102 | 90 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.6 |
| HSL | 170.27º | 0.57% | 0.25% | - |
| HSV(B) | 170.27º | 0.73% | 0.4% | - |
| XYZ | 7.08 | 10.49 | 11.32 | - |
| YUV | 78.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 90 | 0.73 | 0 | 0.12 | 0.6 | 170.27 | 0.57 | 0.25 |
| Hex | 1C | 66 | 5A | 49 | 0 | C | 3C | AA | 39 | 19 |
| Octal | 34 | 146 | 132 | 111 | 0 | 14 | 74 | 252 | 71 | 31 |
| Binary | 11100 | 1100110 | 1011010 | 1001001 | 0 | 1100 | 111100 | 10101010 | 111001 | 11001 |
Color Harmonies of #1C665A
Complementary color
Monochromatic Colors of #1C665A
Black with #1C665A
Text Example
Text Example
White with #1C665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C665A; }
p { color: rgb(28,102,90); }
H1.HeaderClassName
{
color: #1C665A;
}
.AnyTagClassName
{
color: #1C665A;
}
</style>
background-color css
<style>
a { background-color: #1C665A; }
a { background-color: rgb(28,102,90); }
div.DivClassName
{
background-color: #1C665A;
}
.BgClassName
{
background-color: #1C665A;
}
</style>
border-color css
<style>
span { border-color: #1C665A; }
span { border-color: rgb(28,102,90); }
td.TdClassName
{
border-color: #1C665A;
}
.TagClassName
{
border-color: #1C665A;
}
</style>