Shades of Evening Sea #1E674E
Tints of Evening Sea #1E674E
RGB
CMYK
RGB Variations
Color information
#1E674E (or 0x1E674E) is known color: Evening Sea. HEX triplet: 1E, 67 and 4E. RGB value is (30,103,78). Sum of RGB (Red+Green+Blue) = 30+103+78=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #1E674E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E674E is #E198B1. Grayscale: #4E4E4E. Windows color (decimal): -14784690 or 5138206. OLE color: 5138206.
HSL color Cylindrical-coordinate representation of color #1E674E: hue angle of 159.45º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E674E is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 103 | 78 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.60 |
| HSL | 159.45º | 0.55% | 0.26% | - |
| HSV(B) | 159.45º | 0.71% | 0.4% | - |
| XYZ | 6.76 | 10.53 | 8.88 | - |
| YUV | 78.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 103 | 78 | 0.71 | 0 | 0.24 | 0.60 | 159.45 | 0.55 | 0.26 |
| Hex | 1E | 67 | 4E | 47 | 0 | 18 | 3C | 9F | 37 | 1A |
| Octal | 36 | 147 | 116 | 107 | 0 | 30 | 74 | 237 | 67 | 32 |
| Binary | 11110 | 1100111 | 1001110 | 1000111 | 0 | 11000 | 111100 | 10011111 | 110111 | 11010 |
Color Harmonies of #1E674E
Complementary color
Monochromatic Colors of #1E674E
Black with #1E674E
Text Example
Text Example
White with #1E674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E674E; }
p { color: rgb(30,103,78); }
H1.HeaderClassName
{
color: #1E674E;
}
.AnyTagClassName
{
color: #1E674E;
}
</style>
background-color css
<style>
a { background-color: #1E674E; }
a { background-color: rgb(30,103,78); }
div.DivClassName
{
background-color: #1E674E;
}
.BgClassName
{
background-color: #1E674E;
}
</style>
border-color css
<style>
span { border-color: #1E674E; }
span { border-color: rgb(30,103,78); }
td.TdClassName
{
border-color: #1E674E;
}
.TagClassName
{
border-color: #1E674E;
}
</style>