Shades of Evening Sea #1E654D
Tints of Evening Sea #1E654D
RGB
CMYK
RGB Variations
Color information
#1E654D (or 0x1E654D) is known color: Evening Sea. HEX triplet: 1E, 65 and 4D. RGB value is (30,101,77). Sum of RGB (Red+Green+Blue) = 30+101+77=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #1E654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E654D is #E19AB2. Grayscale: #4D4D4D. Windows color (decimal): -14785203 or 5072158. OLE color: 5072158.
HSL color Cylindrical-coordinate representation of color #1E654D: hue angle of 159.72º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E654D is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 101 | 77 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.60 |
| HSL | 159.72º | 0.54% | 0.26% | - |
| HSV(B) | 159.72º | 0.7% | 0.4% | - |
| XYZ | 6.53 | 10.12 | 8.63 | - |
| YUV | 77.04 | 127.98 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 101 | 77 | 0.70 | 0 | 0.24 | 0.60 | 159.72 | 0.54 | 0.26 |
| Hex | 1E | 65 | 4D | 46 | 0 | 18 | 3C | A0 | 36 | 1A |
| Octal | 36 | 145 | 115 | 106 | 0 | 30 | 74 | 240 | 66 | 32 |
| Binary | 11110 | 1100101 | 1001101 | 1000110 | 0 | 11000 | 111100 | 10100000 | 110110 | 11010 |
Color Harmonies of #1E654D
Complementary color
Monochromatic Colors of #1E654D
Black with #1E654D
Text Example
Text Example
White with #1E654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E654D; }
p { color: rgb(30,101,77); }
H1.HeaderClassName
{
color: #1E654D;
}
.AnyTagClassName
{
color: #1E654D;
}
</style>
background-color css
<style>
a { background-color: #1E654D; }
a { background-color: rgb(30,101,77); }
div.DivClassName
{
background-color: #1E654D;
}
.BgClassName
{
background-color: #1E654D;
}
</style>
border-color css
<style>
span { border-color: #1E654D; }
span { border-color: rgb(30,101,77); }
td.TdClassName
{
border-color: #1E654D;
}
.TagClassName
{
border-color: #1E654D;
}
</style>