Html Css Color HEX #20685E Eden

📋 copy color: '#20685E'

red 32 ◦ green 104 ◦ blue 94

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

Shades of Eden #20685E

Tints of Eden #20685E

RGB

 RED value IS 32 (12.89% from 255) = 13.91%

 GREEN value IS 104 (41.02% from 255) = 45.22%

 BLUE value IS 94 (37.11% from 255) = 40.87%

R = 13.91%
G = 45.22%
B = 40.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#20685E (or 0x20685E) is known color: Eden. HEX triplet: 20, 68 and 5E. RGB value is (32,104,94). Sum of RGB (Red+Green+Blue) = 32+104+94=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #20685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20685E is #DF97A1. Grayscale: #515151. Windows color (decimal): -14653346 or 6187040. OLE color: 6187040.

HSL color Cylindrical-coordinate representation of color #20685E: hue angle of 171.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20685E is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 104 94 -
CMYK 0.69 0 0.10 0.59
HSL 171.67º 0.53% 0.27% -
HSV(B) 171.67º 0.69% 0.41% -
XYZ 7.57 11.02 12.32 -
YUV 81.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 32 104 94 0.69 0 0.10 0.59 171.67 0.53 0.27
Hex 20 68 5E 45 0 A 3B AC 35 1B
Octal 40 150 136 105 0 12 73 254 65 33
Binary 100000 1101000 1011110 1000101 0 1010 111011 10101100 110101 11011

Color Harmonies of #20685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20685E

Black with #20685E

Text Example


Text Example

White with #20685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20685E; }

 p { color: rgb(32,104,94); }

 H1.HeaderClassName
 {
   color: #20685E;
 }
 .AnyTagClassName
 {
   color: #20685E;
 }
</style>

background-color css

<style>
 a { background-color: #20685E; }

 a { background-color: rgb(32,104,94); }

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

border-color css

<style>
 span { border-color: #20685E; }

 span { border-color: rgb(32,104,94); }

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