#205B55

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

Shades of Eden #205B55

Tints of Eden #205B55

Color information

#205B55 (or 0x205B55) is unknown color: approx Eden. HEX triplet: 20, 5B and 55. RGB value is (32,91,85). Sum of RGB (Red+Green+Blue) = 32+91+85=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 91 - color contains mainly: green. Hex color #205B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B55 is #DFA4AA. Grayscale: #484848. Windows color (decimal): -14656683 or 5593888. OLE color: 5593888.

HSL color Cylindrical-coordinate representation of color #205B55: hue angle of 173.9º 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 #205B55 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB329185-
CMYK0.6500.070.64
HSL173.9º47.97%24.12%-
HSV(B)173.9º64.84%35.69%-
XYZ5.988.459.91-
YUV72.68134.9598.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.38%
GREEN value IS 91 (35.94% from 255) = 43.75%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=15.38%
G=43.75%
B=40.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3291850.6500.070.64173.947.9724.12
Hex205B55410740ae3018
Octal40133125101071002566030
Binary100000101101110101011000001011110000001010111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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