#206D60

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

Shades of Eden #206D60

Tints of Eden #206D60

Color information

#206D60 (or 0x206D60) is unknown color: approx Eden. HEX triplet: 20, 6D and 60. RGB value is (32,109,96). Sum of RGB (Red+Green+Blue) = 32+109+96=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 109 - color contains mainly: green. Hex color #206D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206D60 is #DF929F. Grayscale: #545454. Windows color (decimal): -14652064 or 6319392. OLE color: 6319392.

HSL color Cylindrical-coordinate representation of color #206D60: hue angle of 169.87º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206D60 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB3210996-
CMYK0.7100.120.57
HSL169.87º54.61%27.65%-
HSV(B)169.87º70.64%42.75%-
XYZ8.1812.0912.97-
YUV84.5134.4990.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 109 (42.97% from 255) = 45.99%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=13.50%
G=45.99%
B=40.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32109960.7100.120.57169.8754.6127.65
Hex206D60470C39aa371c
Octal40155140107014712526734
Binary100000110110111000001000111011001110011010101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206D60; }

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

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

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

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

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

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

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

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