Shades of Evening Sea #1E694D
Tints of Evening Sea #1E694D
RGB
CMYK
RGB Variations
Color information
#1E694D (or 0x1E694D) is known color: Evening Sea. HEX triplet: 1E, 69 and 4D. RGB value is (30,105,77). Sum of RGB (Red+Green+Blue) = 30+105+77=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #1E694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E694D is #E196B2. Grayscale: #4F4F4F. Windows color (decimal): -14784179 or 5073182. OLE color: 5073182.
HSL color Cylindrical-coordinate representation of color #1E694D: hue angle of 157.6º degrees, saturation: 0.56, 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 #1E694D is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 77 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.59 |
| HSL | 157.6º | 0.56% | 0.26% | - |
| HSV(B) | 157.6º | 0.71% | 0.41% | - |
| XYZ | 6.93 | 10.91 | 8.76 | - |
| YUV | 79.38 | 126.65 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 77 | 0.71 | 0 | 0.27 | 0.59 | 157.6 | 0.56 | 0.26 |
| Hex | 1E | 69 | 4D | 47 | 0 | 1B | 3B | 9E | 38 | 1A |
| Octal | 36 | 151 | 115 | 107 | 0 | 33 | 73 | 236 | 70 | 32 |
| Binary | 11110 | 1101001 | 1001101 | 1000111 | 0 | 11011 | 111011 | 10011110 | 111000 | 11010 |
Color Harmonies of #1E694D
Complementary color
Monochromatic Colors of #1E694D
Black with #1E694D
Text Example
Text Example
White with #1E694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E694D; }
p { color: rgb(30,105,77); }
H1.HeaderClassName
{
color: #1E694D;
}
.AnyTagClassName
{
color: #1E694D;
}
</style>
background-color css
<style>
a { background-color: #1E694D; }
a { background-color: rgb(30,105,77); }
div.DivClassName
{
background-color: #1E694D;
}
.BgClassName
{
background-color: #1E694D;
}
</style>
border-color css
<style>
span { border-color: #1E694D; }
span { border-color: rgb(30,105,77); }
td.TdClassName
{
border-color: #1E694D;
}
.TagClassName
{
border-color: #1E694D;
}
</style>