Html Css Color HEX #1A685A Eden

📋 copy color: '#1A685A'

red 26 ◦ green 104 ◦ blue 90

#1A685A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #1A685A

Tints of Eden #1A685A

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 value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#1A685A (or 0x1A685A) is known color: 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

RGB 26 104 90 -
CMYK 0.75 0 0.13 0.59
HSL 169.23º 0.6% 0.25% -
HSV(B) 169.23º 0.75% 0.41% -
XYZ 7.22 10.86 11.39 -
YUV 79.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 26 104 90 0.75 0 0.13 0.59 169.23 0.6 0.25
Hex 1A 68 5A 4B 0 D 3B A9 3C 19
Octal 32 150 132 113 0 15 73 251 74 31
Binary 11010 1101000 1011010 1001011 0 1101 111011 10101001 111100 11001

Color Harmonies of #1A685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A685A

Black with #1A685A

Text Example


Text Example

White with #1A685A

Text Example


Text Example

HTML Codes & Css Web 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>