#1A685A

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

Shades of Eden #1A685A

Tints of Eden #1A685A

Color information

#1A685A (or 0x1A685A) is unknown color: approx Eden. HEX triplet: 1A, 68 and 5A. RGB value is (26,104,90). Sum of RGB (Red+Green+Blue) = 26+104+90=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #1A685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A685A is #E597A5. Grayscale: #4F4F4F. Windows color (decimal): -15046566 or 5924890. OLE color: 5924890.

HSL color Cylindrical-coordinate representation of color #1A685A: hue angle of 169.23º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A685A is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB2610490-
CMYK0.7500.130.59
HSL169.23º60%25.49%-
HSV(B)169.23º75%40.78%-
XYZ7.2210.8611.39-
YUV79.08134.1690.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.82%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=11.82%
G=47.27%
B=40.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26104900.7500.130.59169.236025.49
Hex1A685A4B0D3Ba93c19
Octal32150132113015732517431
Binary11010110100010110101001011011011110111010100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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