#1E594B

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

Shades of Evening Sea #1E594B

Tints of Evening Sea #1E594B

Color information

#1E594B (or 0x1E594B) is unknown color: approx Evening Sea. HEX triplet: 1E, 59 and 4B. RGB value is (30,89,75). Sum of RGB (Red+Green+Blue) = 30+89+75=194 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.46% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #1E594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E594B is #E1A6B4. Grayscale: #454545. Windows color (decimal): -14788277 or 4938014. OLE color: 4938014.

HSL color Cylindrical-coordinate representation of color #1E594B: hue angle of 165.76º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E594B is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB308975-
CMYK0.6600.160.65
HSL165.76º49.58%23.33%-
HSV(B)165.76º66.29%34.9%-
XYZ5.387.937.9-
YUV69.76130.9599.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.46%
GREEN value IS 89 (35.16% from 255) = 45.88%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=15.46%
G=45.88%
B=38.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3089750.6600.160.65165.7649.5823.33
Hex1E594B4201041a63217
Octal361311131020201012466227
Binary1111010110011001011100001001000010000011010011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,89,75); }

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

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

 a { background-color: rgb(30,89,75); }

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

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

 span { border-color: rgb(30,89,75); }

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