Shades of Evening Sea #1E6E54
Tints of Evening Sea #1E6E54
RGB
CMYK
RGB Variations
Color information
#1E6E54 (or 0x1E6E54) is known color: Evening Sea. HEX triplet: 1E, 6E and 54. RGB value is (30,110,84). Sum of RGB (Red+Green+Blue) = 30+110+84=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #1E6E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6E54 is #E191AB. Grayscale: #535353. Windows color (decimal): -14782892 or 5533214. OLE color: 5533214.
HSL color Cylindrical-coordinate representation of color #1E6E54: hue angle of 160.5º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6E54 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 110 | 84 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.57 |
| HSL | 160.5º | 0.57% | 0.27% | - |
| HSV(B) | 160.5º | 0.73% | 0.43% | - |
| XYZ | 7.71 | 12.07 | 10.31 | - |
| YUV | 83.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 110 | 84 | 0.73 | 0 | 0.24 | 0.57 | 160.5 | 0.57 | 0.27 |
| Hex | 1E | 6E | 54 | 49 | 0 | 18 | 39 | A0 | 39 | 1B |
| Octal | 36 | 156 | 124 | 111 | 0 | 30 | 71 | 240 | 71 | 33 |
| Binary | 11110 | 1101110 | 1010100 | 1001001 | 0 | 11000 | 111001 | 10100000 | 111001 | 11011 |
Color Harmonies of #1E6E54
Complementary color
Monochromatic Colors of #1E6E54
Black with #1E6E54
Text Example
Text Example
White with #1E6E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6E54; }
p { color: rgb(30,110,84); }
H1.HeaderClassName
{
color: #1E6E54;
}
.AnyTagClassName
{
color: #1E6E54;
}
</style>
background-color css
<style>
a { background-color: #1E6E54; }
a { background-color: rgb(30,110,84); }
div.DivClassName
{
background-color: #1E6E54;
}
.BgClassName
{
background-color: #1E6E54;
}
</style>
border-color css
<style>
span { border-color: #1E6E54; }
span { border-color: rgb(30,110,84); }
td.TdClassName
{
border-color: #1E6E54;
}
.TagClassName
{
border-color: #1E6E54;
}
</style>