Shades of Evening Sea #1E614D
Tints of Evening Sea #1E614D
RGB
CMYK
RGB Variations
Color information
#1E614D (or 0x1E614D) is known color: Evening Sea. HEX triplet: 1E, 61 and 4D. RGB value is (30,97,77). Sum of RGB (Red+Green+Blue) = 30+97+77=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #1E614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E614D is #E19EB2. Grayscale: #4A4A4A. Windows color (decimal): -14786227 or 5071134. OLE color: 5071134.
HSL color Cylindrical-coordinate representation of color #1E614D: hue angle of 162.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E614D is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 97 | 77 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.62 |
| HSL | 162.09º | 0.53% | 0.25% | - |
| HSV(B) | 162.09º | 0.69% | 0.38% | - |
| XYZ | 6.15 | 9.36 | 8.5 | - |
| YUV | 74.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 77 | 0.69 | 0 | 0.21 | 0.62 | 162.09 | 0.53 | 0.25 |
| Hex | 1E | 61 | 4D | 45 | 0 | 15 | 3E | A2 | 35 | 19 |
| Octal | 36 | 141 | 115 | 105 | 0 | 25 | 76 | 242 | 65 | 31 |
| Binary | 11110 | 1100001 | 1001101 | 1000101 | 0 | 10101 | 111110 | 10100010 | 110101 | 11001 |
Color Harmonies of #1E614D
Complementary color
Monochromatic Colors of #1E614D
Black with #1E614D
Text Example
Text Example
White with #1E614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E614D; }
p { color: rgb(30,97,77); }
H1.HeaderClassName
{
color: #1E614D;
}
.AnyTagClassName
{
color: #1E614D;
}
</style>
background-color css
<style>
a { background-color: #1E614D; }
a { background-color: rgb(30,97,77); }
div.DivClassName
{
background-color: #1E614D;
}
.BgClassName
{
background-color: #1E614D;
}
</style>
border-color css
<style>
span { border-color: #1E614D; }
span { border-color: rgb(30,97,77); }
td.TdClassName
{
border-color: #1E614D;
}
.TagClassName
{
border-color: #1E614D;
}
</style>