#1E614E

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

Shades of Evening Sea #1E614E

Tints of Evening Sea #1E614E

Color information

#1E614E (or 0x1E614E) is unknown color: approx Evening Sea. HEX triplet: 1E, 61 and 4E. RGB value is (30,97,78). Sum of RGB (Red+Green+Blue) = 30+97+78=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #1E614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E614E is #E19EB1. Grayscale: #4A4A4A. Windows color (decimal): -14786226 or 5136670. OLE color: 5136670.

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

Color convert

RGB309778-
CMYK0.6900.200.62
HSL162.99º52.76%24.9%-
HSV(B)162.99º69.07%38.04%-
XYZ6.199.388.69-
YUV74.8129.896.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=14.63%
G=47.32%
B=38.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3097780.6900.200.62162.9952.7624.9
Hex1E614E450143Ea33519
Octal36141116105024762436531
Binary111101100001100111010001010101001111101010001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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