#1E604E

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

Shades of Evening Sea #1E604E

Tints of Evening Sea #1E604E

Color information

#1E604E (or 0x1E604E) is unknown color: approx Evening Sea. HEX triplet: 1E, 60 and 4E. RGB value is (30,96,78). Sum of RGB (Red+Green+Blue) = 30+96+78=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #1E604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E604E is #E19FB1. Grayscale: #4A4A4A. Windows color (decimal): -14786482 or 5136414. OLE color: 5136414.

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

Color convert

RGB309678-
CMYK0.6900.190.62
HSL163.64º52.38%24.71%-
HSV(B)163.64º68.75%37.65%-
XYZ6.099.198.66-
YUV74.21130.1396.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.71%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=14.71%
G=47.06%
B=38.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3096780.6900.190.62163.6452.3824.71
Hex1E604E450133Ea43419
Octal36140116105023762446431
Binary111101100000100111010001010100111111101010010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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