#1A6E5B

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

Shades of Eden #1A6E5B

Tints of Eden #1A6E5B

Color information

#1A6E5B (or 0x1A6E5B) is unknown color: approx Eden. HEX triplet: 1A, 6E and 5B. RGB value is (26,110,91). Sum of RGB (Red+Green+Blue) = 26+110+91=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 110 - color contains mainly: green. Hex color #1A6E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6E5B is #E591A4. Grayscale: #525252. Windows color (decimal): -15045029 or 5991962. OLE color: 5991962.

HSL color Cylindrical-coordinate representation of color #1A6E5B: hue angle of 166.43º 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 #1A6E5B is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB2611091-
CMYK0.7600.170.57
HSL166.43º61.76%26.67%-
HSV(B)166.43º76.36%43.14%-
XYZ7.8912.1311.82-
YUV82.72132.6787.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.45%
GREEN value IS 110 (43.36% from 255) = 48.46%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=11.45%
G=48.46%
B=40.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26110910.7600.170.57166.4361.7626.67
Hex1A6E5B4C01139a63e1b
Octal32156133114021712467633
Binary110101101110101101110011000100011110011010011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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