Shades of Evening Sea #1C664D
Tints of Evening Sea #1C664D
RGB
CMYK
RGB Variations
Color information
#1C664D (or 0x1C664D) is known color: Evening Sea. HEX triplet: 1C, 66 and 4D. RGB value is (28,102,77). Sum of RGB (Red+Green+Blue) = 28+102+77=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #1C664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C664D is #E399B2. Grayscale: #4D4D4D. Windows color (decimal): -14916019 or 5072412. OLE color: 5072412.
HSL color Cylindrical-coordinate representation of color #1C664D: hue angle of 159.73º 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 #1C664D is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 102 | 77 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.6 |
| HSL | 159.73º | 0.57% | 0.25% | - |
| HSV(B) | 159.73º | 0.73% | 0.4% | - |
| XYZ | 6.57 | 10.29 | 8.66 | - |
| YUV | 77.02 | 127.98 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 77 | 0.73 | 0 | 0.25 | 0.6 | 159.73 | 0.57 | 0.25 |
| Hex | 1C | 66 | 4D | 49 | 0 | 19 | 3C | A0 | 39 | 19 |
| Octal | 34 | 146 | 115 | 111 | 0 | 31 | 74 | 240 | 71 | 31 |
| Binary | 11100 | 1100110 | 1001101 | 1001001 | 0 | 11001 | 111100 | 10100000 | 111001 | 11001 |
Color Harmonies of #1C664D
Complementary color
Monochromatic Colors of #1C664D
Black with #1C664D
Text Example
Text Example
White with #1C664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C664D; }
p { color: rgb(28,102,77); }
H1.HeaderClassName
{
color: #1C664D;
}
.AnyTagClassName
{
color: #1C664D;
}
</style>
background-color css
<style>
a { background-color: #1C664D; }
a { background-color: rgb(28,102,77); }
div.DivClassName
{
background-color: #1C664D;
}
.BgClassName
{
background-color: #1C664D;
}
</style>
border-color css
<style>
span { border-color: #1C664D; }
span { border-color: rgb(28,102,77); }
td.TdClassName
{
border-color: #1C664D;
}
.TagClassName
{
border-color: #1C664D;
}
</style>