#1E6A5C

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

Shades of Eden #1E6A5C

Tints of Eden #1E6A5C

Color information

#1E6A5C (or 0x1E6A5C) is unknown color: approx Eden. HEX triplet: 1E, 6A and 5C. RGB value is (30,106,92). Sum of RGB (Red+Green+Blue) = 30+106+92=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #1E6A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6A5C is #E195A3. Grayscale: #515151. Windows color (decimal): -14783908 or 6056478. OLE color: 6056478.

HSL color Cylindrical-coordinate representation of color #1E6A5C: hue angle of 168.95º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6A5C is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB3010692-
CMYK0.7200.130.58
HSL168.95º55.88%26.67%-
HSV(B)168.95º71.7%41.57%-
XYZ7.6211.3611.92-
YUV81.68133.8291.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.16%
GREEN value IS 106 (41.80% from 255) = 46.49%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=13.16%
G=46.49%
B=40.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30106920.7200.130.58168.9555.8826.67
Hex1E6A5C480D3Aa9381b
Octal36152134110015722517033
Binary11110110101010111001001000011011110101010100111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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