Shades of Evening Sea #1C664C
Tints of Evening Sea #1C664C
RGB
CMYK
RGB Variations
Color information
#1C664C (or 0x1C664C) is known color: Evening Sea. HEX triplet: 1C, 66 and 4C. RGB value is (28,102,76). Sum of RGB (Red+Green+Blue) = 28+102+76=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #1C664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C664C is #E399B3. Grayscale: #4C4C4C. Windows color (decimal): -14916020 or 5006876. OLE color: 5006876.
HSL color Cylindrical-coordinate representation of color #1C664C: hue angle of 158.92º 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 #1C664C is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 102 | 76 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.6 |
| HSL | 158.92º | 0.57% | 0.25% | - |
| HSV(B) | 158.92º | 0.73% | 0.4% | - |
| XYZ | 6.53 | 10.27 | 8.48 | - |
| YUV | 76.91 | 127.48 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 76 | 0.73 | 0 | 0.25 | 0.6 | 158.92 | 0.57 | 0.25 |
| Hex | 1C | 66 | 4C | 49 | 0 | 19 | 3C | 9F | 39 | 19 |
| Octal | 34 | 146 | 114 | 111 | 0 | 31 | 74 | 237 | 71 | 31 |
| Binary | 11100 | 1100110 | 1001100 | 1001001 | 0 | 11001 | 111100 | 10011111 | 111001 | 11001 |
Color Harmonies of #1C664C
Complementary color
Monochromatic Colors of #1C664C
Black with #1C664C
Text Example
Text Example
White with #1C664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C664C; }
p { color: rgb(28,102,76); }
H1.HeaderClassName
{
color: #1C664C;
}
.AnyTagClassName
{
color: #1C664C;
}
</style>
background-color css
<style>
a { background-color: #1C664C; }
a { background-color: rgb(28,102,76); }
div.DivClassName
{
background-color: #1C664C;
}
.BgClassName
{
background-color: #1C664C;
}
</style>
border-color css
<style>
span { border-color: #1C664C; }
span { border-color: rgb(28,102,76); }
td.TdClassName
{
border-color: #1C664C;
}
.TagClassName
{
border-color: #1C664C;
}
</style>