Html Css Color HEX #20695E Eden

📋 copy color: '#20695E'

red 32 ◦ green 105 ◦ blue 94

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

Shades of Eden #20695E

Tints of Eden #20695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.45%

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

R = 13.85%
G = 45.45%
B = 40.69%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#20695E (or 0x20695E) is known color: Eden. HEX triplet: 20, 69 and 5E. RGB value is (32,105,94). Sum of RGB (Red+Green+Blue) = 32+105+94=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #20695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20695E is #DF96A1. Grayscale: #515151. Windows color (decimal): -14653090 or 6187296. OLE color: 6187296.

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

Color convert

RGB 32 105 94 -
CMYK 0.70 0 0.10 0.59
HSL 170.96º 0.53% 0.27% -
HSV(B) 170.96º 0.7% 0.41% -
XYZ 7.67 11.22 12.35 -
YUV 81.92 134.82 92.39 -
System Red Green Blue C M Y K H S L
Decimal 32 105 94 0.70 0 0.10 0.59 170.96 0.53 0.27
Hex 20 69 5E 46 0 A 3B AB 35 1B
Octal 40 151 136 106 0 12 73 253 65 33
Binary 100000 1101001 1011110 1000110 0 1010 111011 10101011 110101 11011

Color Harmonies of #20695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20695E

Black with #20695E

Text Example


Text Example

White with #20695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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