Shades of Evening Sea #1E614B
Tints of Evening Sea #1E614B
RGB
CMYK
RGB Variations
Color information
#1E614B (or 0x1E614B) is known color: Evening Sea. HEX triplet: 1E, 61 and 4B. RGB value is (30,97,75). Sum of RGB (Red+Green+Blue) = 30+97+75=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #1E614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E614B is #E19EB4. Grayscale: #4A4A4A. Windows color (decimal): -14786229 or 4940062. OLE color: 4940062.
HSL color Cylindrical-coordinate representation of color #1E614B: hue angle of 160.3º 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 #1E614B is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 97 | 75 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.62 |
| HSL | 160.3º | 0.53% | 0.25% | - |
| HSV(B) | 160.3º | 0.69% | 0.38% | - |
| XYZ | 6.08 | 9.33 | 8.14 | - |
| YUV | 74.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 75 | 0.69 | 0 | 0.23 | 0.62 | 160.3 | 0.53 | 0.25 |
| Hex | 1E | 61 | 4B | 45 | 0 | 17 | 3E | A0 | 35 | 19 |
| Octal | 36 | 141 | 113 | 105 | 0 | 27 | 76 | 240 | 65 | 31 |
| Binary | 11110 | 1100001 | 1001011 | 1000101 | 0 | 10111 | 111110 | 10100000 | 110101 | 11001 |
Color Harmonies of #1E614B
Complementary color
Monochromatic Colors of #1E614B
Black with #1E614B
Text Example
Text Example
White with #1E614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E614B; }
p { color: rgb(30,97,75); }
H1.HeaderClassName
{
color: #1E614B;
}
.AnyTagClassName
{
color: #1E614B;
}
</style>
background-color css
<style>
a { background-color: #1E614B; }
a { background-color: rgb(30,97,75); }
div.DivClassName
{
background-color: #1E614B;
}
.BgClassName
{
background-color: #1E614B;
}
</style>
border-color css
<style>
span { border-color: #1E614B; }
span { border-color: rgb(30,97,75); }
td.TdClassName
{
border-color: #1E614B;
}
.TagClassName
{
border-color: #1E614B;
}
</style>