#1E604D

Color #1E604D Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #1E604D

Tints of Evening Sea #1E604D

Color information

#1E604D (or 0x1E604D) is unknown color: approx Evening Sea. HEX triplet: 1E, 60 and 4D. RGB value is (30,96,77). Sum of RGB (Red+Green+Blue) = 30+96+77=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #1E604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E604D is #E19FB2. Grayscale: #4A4A4A. Windows color (decimal): -14786483 or 5070878. OLE color: 5070878.

HSL color Cylindrical-coordinate representation of color #1E604D: hue angle of 162.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E604D is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB309677-
CMYK0.6900.200.62
HSL162.73º52.38%24.71%-
HSV(B)162.73º68.75%37.65%-
XYZ6.069.188.47-
YUV74.1129.6396.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 14.78%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=14.78%
G=47.29%
B=37.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3096770.6900.200.62162.7352.3824.71
Hex1E604D450143Ea33419
Octal36140115105024762436431
Binary111101100000100110110001010101001111101010001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E604D; }

 p { color: rgb(30,96,77); }

 H1.HeaderClassName
 {
   color: #1E604D;
 }
 .AnyTagClassName
 {
   color: #1E604D;
 }
</style>
background-color css

<style>
 a { background-color: #1E604D; }

 a { background-color: rgb(30,96,77); }

 div.DivClassName
 {
   background-color: #1E604D;
 }
 .BgClassName
 {
   background-color: #1E604D;
 }
</style>
border-color css

<style>
 span { border-color: #1E604D; }

 span { border-color: rgb(30,96,77); }

 td.TdClassName
 {
   border-color: #1E604D;
 }
 .TagClassName
 {
   border-color: #1E604D;
 }
</style>