#1E5D4F

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

Shades of Evening Sea #1E5D4F

Tints of Evening Sea #1E5D4F

Color information

#1E5D4F (or 0x1E5D4F) is unknown color: approx Evening Sea. HEX triplet: 1E, 5D and 4F. RGB value is (30,93,79). Sum of RGB (Red+Green+Blue) = 30+93+79=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #1E5D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5D4F is #E1A2B0. Grayscale: #484848. Windows color (decimal): -14787249 or 5201182. OLE color: 5201182.

HSL color Cylindrical-coordinate representation of color #1E5D4F: hue angle of 166.67º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E5D4F is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB309379-
CMYK0.6800.150.64
HSL166.67º51.22%24.12%-
HSV(B)166.67º67.74%36.47%-
XYZ5.868.678.76-
YUV72.57131.6397.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.85%
GREEN value IS 93 (36.72% from 255) = 46.04%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=14.85%
G=46.04%
B=39.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3093790.6800.150.64166.6751.2224.12
Hex1E5D4F440F40a73318
Octal361351171040171002476330
Binary111101011101100111110001000111110000001010011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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