#205F59

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

Shades of Eden #205F59

Tints of Eden #205F59

Color information

#205F59 (or 0x205F59) is unknown color: approx Eden. HEX triplet: 20, 5F and 59. RGB value is (32,95,89). Sum of RGB (Red+Green+Blue) = 32+95+89=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 95 - color contains mainly: green. Hex color #205F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F59 is #DFA0A6. Grayscale: #4B4B4B. Windows color (decimal): -14655655 or 5857056. OLE color: 5857056.

HSL color Cylindrical-coordinate representation of color #205F59: hue angle of 174.29º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205F59 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB329589-
CMYK0.6600.060.63
HSL174.29º49.61%24.9%-
HSV(B)174.29º66.32%37.25%-
XYZ6.499.2110.89-
YUV75.48135.6396.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.81%
GREEN value IS 95 (37.5% from 255) = 43.98%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=14.81%
G=43.98%
B=41.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3295890.6600.060.63174.2949.6124.9
Hex205F5942063Fae3219
Octal4013713110206772566231
Binary10000010111111011001100001001101111111010111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,95,89); }

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

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

 a { background-color: rgb(32,95,89); }

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

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

 span { border-color: rgb(32,95,89); }

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