#1E684D

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

Shades of Evening Sea #1E684D

Tints of Evening Sea #1E684D

Color information

#1E684D (or 0x1E684D) is unknown color: approx Evening Sea. HEX triplet: 1E, 68 and 4D. RGB value is (30,104,77). Sum of RGB (Red+Green+Blue) = 30+104+77=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #1E684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E684D is #E197B2. Grayscale: #4E4E4E. Windows color (decimal): -14784435 or 5072926. OLE color: 5072926.

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

Color convert

RGB3010477-
CMYK0.7100.260.59
HSL158.11º55.22%26.27%-
HSV(B)158.11º71.15%40.78%-
XYZ6.8310.718.73-
YUV78.8126.9893.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.22%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=14.22%
G=49.29%
B=36.49%

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
Decimal30104770.7100.260.59158.1155.2226.27
Hex1E684D4701A3B9e371a
Octal36150115107032732366732
Binary111101101000100110110001110110101110111001111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,104,77); }

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

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

 a { background-color: rgb(30,104,77); }

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

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

 span { border-color: rgb(30,104,77); }

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