Shades of Evening Sea #1E544C
Tints of Evening Sea #1E544C
RGB
CMYK
RGB Variations
Color information
#1E544C (or 0x1E544C) is known color: Evening Sea. HEX triplet: 1E, 54 and 4C. RGB value is (30,84,76). Sum of RGB (Red+Green+Blue) = 30+84+76=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #1E544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E544C is #E1ABB3. Grayscale: #424242. Windows color (decimal): -14789556 or 5002270. OLE color: 5002270.
HSL color Cylindrical-coordinate representation of color #1E544C: hue angle of 171.11º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E544C is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 84 | 76 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.67 |
| HSL | 171.11º | 0.47% | 0.22% | - |
| HSV(B) | 171.11º | 0.64% | 0.33% | - |
| XYZ | 5.01 | 7.14 | 7.95 | - |
| YUV | 66.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 84 | 76 | 0.64 | 0 | 0.10 | 0.67 | 171.11 | 0.47 | 0.22 |
| Hex | 1E | 54 | 4C | 40 | 0 | A | 43 | AB | 2F | 16 |
| Octal | 36 | 124 | 114 | 100 | 0 | 12 | 103 | 253 | 57 | 26 |
| Binary | 11110 | 1010100 | 1001100 | 1000000 | 0 | 1010 | 1000011 | 10101011 | 101111 | 10110 |
Color Harmonies of #1E544C
Complementary color
Monochromatic Colors of #1E544C
Black with #1E544C
Text Example
Text Example
White with #1E544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E544C; }
p { color: rgb(30,84,76); }
H1.HeaderClassName
{
color: #1E544C;
}
.AnyTagClassName
{
color: #1E544C;
}
</style>
background-color css
<style>
a { background-color: #1E544C; }
a { background-color: rgb(30,84,76); }
div.DivClassName
{
background-color: #1E544C;
}
.BgClassName
{
background-color: #1E544C;
}
</style>
border-color css
<style>
span { border-color: #1E544C; }
span { border-color: rgb(30,84,76); }
td.TdClassName
{
border-color: #1E544C;
}
.TagClassName
{
border-color: #1E544C;
}
</style>