#1E604C

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

Shades of Evening Sea #1E604C

Tints of Evening Sea #1E604C

Color information

#1E604C (or 0x1E604C) is unknown color: approx Evening Sea. HEX triplet: 1E, 60 and 4C. RGB value is (30,96,76). Sum of RGB (Red+Green+Blue) = 30+96+76=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #1E604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E604C is #E19FB3. Grayscale: #4A4A4A. Windows color (decimal): -14786484 or 5005342. OLE color: 5005342.

HSL color Cylindrical-coordinate representation of color #1E604C: hue angle of 161.82º 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 #1E604C is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB309676-
CMYK0.6900.210.62
HSL161.82º52.38%24.71%-
HSV(B)161.82º68.75%37.65%-
XYZ6.029.168.29-
YUV73.99129.1396.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.85%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=14.85%
G=47.52%
B=37.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3096760.6900.210.62161.8252.3824.71
Hex1E604C450153Ea23419
Octal36140114105025762426431
Binary111101100000100110010001010101011111101010001011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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