#1E695C

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

Shades of Eden #1E695C

Tints of Eden #1E695C

Color information

#1E695C (or 0x1E695C) is unknown color: approx Eden. HEX triplet: 1E, 69 and 5C. RGB value is (30,105,92). Sum of RGB (Red+Green+Blue) = 30+105+92=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #1E695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E695C is #E196A3. Grayscale: #515151. Windows color (decimal): -14784164 or 6056222. OLE color: 6056222.

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

Color convert

RGB3010592-
CMYK0.7100.120.59
HSL169.6º55.56%26.47%-
HSV(B)169.6º71.43%41.18%-
XYZ7.5211.1511.88-
YUV81.09134.1591.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.22%
GREEN value IS 105 (41.41% from 255) = 46.26%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=13.22%
G=46.26%
B=40.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30105920.7100.120.59169.655.5626.47
Hex1E695C470C3Baa381a
Octal36151134107014732527032
Binary11110110100110111001000111011001110111010101011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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