#1E694E

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

Shades of Evening Sea #1E694E

Tints of Evening Sea #1E694E

Color information

#1E694E (or 0x1E694E) is unknown color: approx Evening Sea. HEX triplet: 1E, 69 and 4E. RGB value is (30,105,78). Sum of RGB (Red+Green+Blue) = 30+105+78=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #1E694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E694E is #E196B1. Grayscale: #4F4F4F. Windows color (decimal): -14784178 or 5138718. OLE color: 5138718.

HSL color Cylindrical-coordinate representation of color #1E694E: hue angle of 158.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E694E is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB3010578-
CMYK0.7100.260.59
HSL158.4º55.56%26.47%-
HSV(B)158.4º71.43%41.18%-
XYZ6.9610.938.95-
YUV79.5127.1592.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.08%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=14.08%
G=49.30%
B=36.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30105780.7100.260.59158.455.5626.47
Hex1E694E4701A3B9e381a
Octal36151116107032732367032
Binary111101101001100111010001110110101110111001111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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