#1A6E5A

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

Shades of Eden #1A6E5A

Tints of Eden #1A6E5A

Color information

#1A6E5A (or 0x1A6E5A) is unknown color: approx Eden. HEX triplet: 1A, 6E and 5A. RGB value is (26,110,90). Sum of RGB (Red+Green+Blue) = 26+110+90=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 110 - color contains mainly: green. Hex color #1A6E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6E5A is #E591A5. Grayscale: #525252. Windows color (decimal): -15045030 or 5926426. OLE color: 5926426.

HSL color Cylindrical-coordinate representation of color #1A6E5A: hue angle of 165.71º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6E5A is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB2611090-
CMYK0.7600.180.57
HSL165.71º61.76%26.67%-
HSV(B)165.71º76.36%43.14%-
XYZ7.8512.1111.6-
YUV82.6132.1787.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.50%
GREEN value IS 110 (43.36% from 255) = 48.67%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=11.50%
G=48.67%
B=39.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26110900.7600.180.57165.7161.7626.67
Hex1A6E5A4C01239a63e1b
Octal32156132114022712467633
Binary110101101110101101010011000100101110011010011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,110,90); }

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

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

 a { background-color: rgb(26,110,90); }

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

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

 span { border-color: rgb(26,110,90); }

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