Shades of Evening Sea #1E6B50
Tints of Evening Sea #1E6B50
RGB
CMYK
RGB Variations
Color information
#1E6B50 (or 0x1E6B50) is known color: Evening Sea. HEX triplet: 1E, 6B and 50. RGB value is (30,107,80). Sum of RGB (Red+Green+Blue) = 30+107+80=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B50 is #E194AF. Grayscale: #505050. Windows color (decimal): -14783664 or 5270302. OLE color: 5270302.
HSL color Cylindrical-coordinate representation of color #1E6B50: hue angle of 158.96º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6B50 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 107 | 80 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.58 |
| HSL | 158.96º | 0.56% | 0.27% | - |
| HSV(B) | 158.96º | 0.72% | 0.42% | - |
| XYZ | 7.24 | 11.37 | 9.4 | - |
| YUV | 80.9 | 127.49 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 80 | 0.72 | 0 | 0.25 | 0.58 | 158.96 | 0.56 | 0.27 |
| Hex | 1E | 6B | 50 | 48 | 0 | 19 | 3A | 9F | 38 | 1B |
| Octal | 36 | 153 | 120 | 110 | 0 | 31 | 72 | 237 | 70 | 33 |
| Binary | 11110 | 1101011 | 1010000 | 1001000 | 0 | 11001 | 111010 | 10011111 | 111000 | 11011 |
Color Harmonies of #1E6B50
Complementary color
Monochromatic Colors of #1E6B50
Black with #1E6B50
Text Example
Text Example
White with #1E6B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6B50; }
p { color: rgb(30,107,80); }
H1.HeaderClassName
{
color: #1E6B50;
}
.AnyTagClassName
{
color: #1E6B50;
}
</style>
background-color css
<style>
a { background-color: #1E6B50; }
a { background-color: rgb(30,107,80); }
div.DivClassName
{
background-color: #1E6B50;
}
.BgClassName
{
background-color: #1E6B50;
}
</style>
border-color css
<style>
span { border-color: #1E6B50; }
span { border-color: rgb(30,107,80); }
td.TdClassName
{
border-color: #1E6B50;
}
.TagClassName
{
border-color: #1E6B50;
}
</style>