#205C55

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

Shades of Eden #205C55

Tints of Eden #205C55

Color information

#205C55 (or 0x205C55) is unknown color: approx Eden. HEX triplet: 20, 5C and 55. RGB value is (32,92,85). Sum of RGB (Red+Green+Blue) = 32+92+85=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #205C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C55 is #DFA3AA. Grayscale: #494949. Windows color (decimal): -14656427 or 5594144. OLE color: 5594144.

HSL color Cylindrical-coordinate representation of color #205C55: hue angle of 173º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205C55 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB329285-
CMYK0.6500.080.64
HSL173º48.39%24.31%-
HSV(B)173º65.22%36.08%-
XYZ6.068.629.94-
YUV73.26134.6298.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 92 (36.33% from 255) = 44.02%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=15.31%
G=44.02%
B=40.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3292850.6500.080.6417348.3924.31
Hex205C55410840ad3018
Octal401341251010101002556030
Binary1000001011100101010110000010100010000001010110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205C55; }

 p { color: rgb(32,92,85); }

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

<style>
 a { background-color: #205C55; }

 a { background-color: rgb(32,92,85); }

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

<style>
 span { border-color: #205C55; }

 span { border-color: rgb(32,92,85); }

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