Shades of Evening Sea #1E684D
Tints of Evening Sea #1E684D
RGB
CMYK
RGB Variations
Color information
#1E684D (or 0x1E684D) is known color: Evening Sea. HEX triplet: 1E, 68 and 4D. RGB value is (30,104,77). Sum of RGB (Red+Green+Blue) = 30+104+77=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #1E684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E684D is #E197B2. Grayscale: #4E4E4E. Windows color (decimal): -14784435 or 5072926. OLE color: 5072926.
HSL color Cylindrical-coordinate representation of color #1E684D: hue angle of 158.11º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E684D is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 104 | 77 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.59 |
| HSL | 158.11º | 0.55% | 0.26% | - |
| HSV(B) | 158.11º | 0.71% | 0.41% | - |
| XYZ | 6.83 | 10.71 | 8.73 | - |
| YUV | 78.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 104 | 77 | 0.71 | 0 | 0.26 | 0.59 | 158.11 | 0.55 | 0.26 |
| Hex | 1E | 68 | 4D | 47 | 0 | 1A | 3B | 9E | 37 | 1A |
| Octal | 36 | 150 | 115 | 107 | 0 | 32 | 73 | 236 | 67 | 32 |
| Binary | 11110 | 1101000 | 1001101 | 1000111 | 0 | 11010 | 111011 | 10011110 | 110111 | 11010 |
Color Harmonies of #1E684D
Complementary color
Monochromatic Colors of #1E684D
Black with #1E684D
Text Example
Text Example
White with #1E684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E684D; }
p { color: rgb(30,104,77); }
H1.HeaderClassName
{
color: #1E684D;
}
.AnyTagClassName
{
color: #1E684D;
}
</style>
background-color css
<style>
a { background-color: #1E684D; }
a { background-color: rgb(30,104,77); }
div.DivClassName
{
background-color: #1E684D;
}
.BgClassName
{
background-color: #1E684D;
}
</style>
border-color css
<style>
span { border-color: #1E684D; }
span { border-color: rgb(30,104,77); }
td.TdClassName
{
border-color: #1E684D;
}
.TagClassName
{
border-color: #1E684D;
}
</style>