Shades of Evening Sea #1E604E
Tints of Evening Sea #1E604E
RGB
CMYK
RGB Variations
Color information
#1E604E (or 0x1E604E) is known color: Evening Sea. HEX triplet: 1E, 60 and 4E. RGB value is (30,96,78). Sum of RGB (Red+Green+Blue) = 30+96+78=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #1E604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E604E is #E19FB1. Grayscale: #4A4A4A. Windows color (decimal): -14786482 or 5136414. OLE color: 5136414.
HSL color Cylindrical-coordinate representation of color #1E604E: hue angle of 163.64º degrees, saturation: 0.52, 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 #1E604E is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 78 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.62 |
| HSL | 163.64º | 0.52% | 0.25% | - |
| HSV(B) | 163.64º | 0.69% | 0.38% | - |
| XYZ | 6.09 | 9.19 | 8.66 | - |
| YUV | 74.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 78 | 0.69 | 0 | 0.19 | 0.62 | 163.64 | 0.52 | 0.25 |
| Hex | 1E | 60 | 4E | 45 | 0 | 13 | 3E | A4 | 34 | 19 |
| Octal | 36 | 140 | 116 | 105 | 0 | 23 | 76 | 244 | 64 | 31 |
| Binary | 11110 | 1100000 | 1001110 | 1000101 | 0 | 10011 | 111110 | 10100100 | 110100 | 11001 |
Color Harmonies of #1E604E
Complementary color
Monochromatic Colors of #1E604E
Black with #1E604E
Text Example
Text Example
White with #1E604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E604E; }
p { color: rgb(30,96,78); }
H1.HeaderClassName
{
color: #1E604E;
}
.AnyTagClassName
{
color: #1E604E;
}
</style>
background-color css
<style>
a { background-color: #1E604E; }
a { background-color: rgb(30,96,78); }
div.DivClassName
{
background-color: #1E604E;
}
.BgClassName
{
background-color: #1E604E;
}
</style>
border-color css
<style>
span { border-color: #1E604E; }
span { border-color: rgb(30,96,78); }
td.TdClassName
{
border-color: #1E604E;
}
.TagClassName
{
border-color: #1E604E;
}
</style>