Shades of Eden #1C554E
Tints of Eden #1C554E
RGB
CMYK
RGB Variations
Color information
#1C554E (or 0x1C554E) is known color: Eden. HEX triplet: 1C, 55 and 4E. RGB value is (28,85,78). Sum of RGB (Red+Green+Blue) = 28+85+78=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #1C554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C554E is #E3AAB1. Grayscale: #434343. Windows color (decimal): -14920370 or 5133596. OLE color: 5133596.
HSL color Cylindrical-coordinate representation of color #1C554E: hue angle of 172.63º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C554E is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 85 | 78 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.67 |
| HSL | 172.63º | 0.5% | 0.22% | - |
| HSV(B) | 172.63º | 0.67% | 0.33% | - |
| XYZ | 5.1 | 7.29 | 8.35 | - |
| YUV | 67.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 85 | 78 | 0.67 | 0 | 0.08 | 0.67 | 172.63 | 0.5 | 0.22 |
| Hex | 1C | 55 | 4E | 43 | 0 | 8 | 43 | AD | 32 | 16 |
| Octal | 34 | 125 | 116 | 103 | 0 | 10 | 103 | 255 | 62 | 26 |
| Binary | 11100 | 1010101 | 1001110 | 1000011 | 0 | 1000 | 1000011 | 10101101 | 110010 | 10110 |
Color Harmonies of #1C554E
Complementary color
Monochromatic Colors of #1C554E
Black with #1C554E
Text Example
Text Example
White with #1C554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C554E; }
p { color: rgb(28,85,78); }
H1.HeaderClassName
{
color: #1C554E;
}
.AnyTagClassName
{
color: #1C554E;
}
</style>
background-color css
<style>
a { background-color: #1C554E; }
a { background-color: rgb(28,85,78); }
div.DivClassName
{
background-color: #1C554E;
}
.BgClassName
{
background-color: #1C554E;
}
</style>
border-color css
<style>
span { border-color: #1C554E; }
span { border-color: rgb(28,85,78); }
td.TdClassName
{
border-color: #1C554E;
}
.TagClassName
{
border-color: #1C554E;
}
</style>