#1E694C

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

Shades of Evening Sea #1E694C

Tints of Evening Sea #1E694C

Color information

#1E694C (or 0x1E694C) is unknown color: approx Evening Sea. HEX triplet: 1E, 69 and 4C. RGB value is (30,105,76). Sum of RGB (Red+Green+Blue) = 30+105+76=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #1E694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E694C is #E196B3. Grayscale: #4F4F4F. Windows color (decimal): -14784180 or 5007646. OLE color: 5007646.

HSL color Cylindrical-coordinate representation of color #1E694C: hue angle of 156.8º 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 #1E694C is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB3010576-
CMYK0.7100.280.59
HSL156.8º55.56%26.47%-
HSV(B)156.8º71.43%41.18%-
XYZ6.8910.98.58-
YUV79.27126.1592.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.22%
GREEN value IS 105 (41.41% from 255) = 49.76%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=14.22%
G=49.76%
B=36.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30105760.7100.280.59156.855.5626.47
Hex1E694C4701C3B9d381a
Octal36151114107034732357032
Binary111101101001100110010001110111001110111001110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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