#206053

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

Shades of Eden #206053

Tints of Eden #206053

Color information

#206053 (or 0x206053) is unknown color: approx Eden. HEX triplet: 20, 60 and 53. RGB value is (32,96,83). Sum of RGB (Red+Green+Blue) = 32+96+83=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #206053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206053 is #DF9FAC. Grayscale: #4B4B4B. Windows color (decimal): -14655405 or 5464096. OLE color: 5464096.

HSL color Cylindrical-coordinate representation of color #206053: hue angle of 167.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206053 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB329683-
CMYK0.6700.140.62
HSL167.81º50%25.1%-
HSV(B)167.81º66.67%37.65%-
XYZ6.349.39.64-
YUV75.38132.397.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=15.17%
G=45.50%
B=39.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3296830.6700.140.62167.815025.1
Hex206053430E3Ea83219
Octal40140123103016762506231
Binary100000110000010100111000011011101111101010100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206053; }

 p { color: rgb(32,96,83); }

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

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

 a { background-color: rgb(32,96,83); }

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

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

 span { border-color: rgb(32,96,83); }

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