Html Css Color HEX #1A6A59 Eden

📋 copy color: '#1A6A59'

red 26 ◦ green 106 ◦ blue 89

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

Shades of Eden #1A6A59

Tints of Eden #1A6A59

RGB

 RED value IS 26 (10.55% from 255) = 11.76%

 GREEN value IS 106 (41.8% from 255) = 47.96%

 BLUE value IS 89 (35.16% from 255) = 40.27%

R = 11.76%
G = 47.96%
B = 40.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#1A6A59 (or 0x1A6A59) is known color: Eden. HEX triplet: 1A, 6A and 59. RGB value is (26,106,89). Sum of RGB (Red+Green+Blue) = 26+106+89=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #1A6A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6A59 is #E595A6. Grayscale: #505050. Windows color (decimal): -15046055 or 5859866. OLE color: 5859866.

HSL color Cylindrical-coordinate representation of color #1A6A59: hue angle of 167.25º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6A59 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 26 106 89 -
CMYK 0.75 0 0.16 0.58
HSL 167.25º 0.61% 0.26% -
HSV(B) 167.25º 0.75% 0.42% -
XYZ 7.38 11.25 11.23 -
YUV 80.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 26 106 89 0.75 0 0.16 0.58 167.25 0.61 0.26
Hex 1A 6A 59 4B 0 10 3A A7 3D 1A
Octal 32 152 131 113 0 20 72 247 75 32
Binary 11010 1101010 1011001 1001011 0 10000 111010 10100111 111101 11010

Color Harmonies of #1A6A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6A59

Black with #1A6A59

Text Example


Text Example

White with #1A6A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,106,89); }

 H1.HeaderClassName
 {
   color: #1A6A59;
 }
 .AnyTagClassName
 {
   color: #1A6A59;
 }
</style>

background-color css

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

 a { background-color: rgb(26,106,89); }

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

border-color css

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

 span { border-color: rgb(26,106,89); }

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