Shades of Evening Sea #1E5F50
Tints of Evening Sea #1E5F50
RGB
CMYK
RGB Variations
Color information
#1E5F50 (or 0x1E5F50) is known color: Evening Sea. HEX triplet: 1E, 5F and 50. RGB value is (30,95,80). Sum of RGB (Red+Green+Blue) = 30+95+80=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #1E5F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5F50 is #E1A0AF. Grayscale: #494949. Windows color (decimal): -14786736 or 5267230. OLE color: 5267230.
HSL color Cylindrical-coordinate representation of color #1E5F50: hue angle of 166.15º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E5F50 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 95 | 80 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.63 |
| HSL | 166.15º | 0.52% | 0.25% | - |
| HSV(B) | 166.15º | 0.68% | 0.37% | - |
| XYZ | 6.08 | 9.04 | 9.01 | - |
| YUV | 73.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 80 | 0.68 | 0 | 0.16 | 0.63 | 166.15 | 0.52 | 0.25 |
| Hex | 1E | 5F | 50 | 44 | 0 | 10 | 3F | A6 | 34 | 19 |
| Octal | 36 | 137 | 120 | 104 | 0 | 20 | 77 | 246 | 64 | 31 |
| Binary | 11110 | 1011111 | 1010000 | 1000100 | 0 | 10000 | 111111 | 10100110 | 110100 | 11001 |
Color Harmonies of #1E5F50
Complementary color
Monochromatic Colors of #1E5F50
Black with #1E5F50
Text Example
Text Example
White with #1E5F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5F50; }
p { color: rgb(30,95,80); }
H1.HeaderClassName
{
color: #1E5F50;
}
.AnyTagClassName
{
color: #1E5F50;
}
</style>
background-color css
<style>
a { background-color: #1E5F50; }
a { background-color: rgb(30,95,80); }
div.DivClassName
{
background-color: #1E5F50;
}
.BgClassName
{
background-color: #1E5F50;
}
</style>
border-color css
<style>
span { border-color: #1E5F50; }
span { border-color: rgb(30,95,80); }
td.TdClassName
{
border-color: #1E5F50;
}
.TagClassName
{
border-color: #1E5F50;
}
</style>