#1E604F

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

Shades of Evening Sea #1E604F

Tints of Evening Sea #1E604F

Color information

#1E604F (or 0x1E604F) is unknown color: approx Evening Sea. HEX triplet: 1E, 60 and 4F. RGB value is (30,96,79). Sum of RGB (Red+Green+Blue) = 30+96+79=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #1E604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E604F is #E19FB0. Grayscale: #4A4A4A. Windows color (decimal): -14786481 or 5201950. OLE color: 5201950.

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

Color convert

RGB309679-
CMYK0.6900.180.62
HSL164.55º52.38%24.71%-
HSV(B)164.55º68.75%37.65%-
XYZ6.139.218.85-
YUV74.33130.6396.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=14.63%
G=46.83%
B=38.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3096790.6900.180.62164.5552.3824.71
Hex1E604F450123Ea53419
Octal36140117105022762456431
Binary111101100000100111110001010100101111101010010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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