#206F5D

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

Shades of Eden #206F5D

Tints of Eden #206F5D

Color information

#206F5D (or 0x206F5D) is unknown color: approx Eden. HEX triplet: 20, 6F and 5D. RGB value is (32,111,93). Sum of RGB (Red+Green+Blue) = 32+111+93=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #206F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F5D is #DF90A2. Grayscale: #555555. Windows color (decimal): -14651555 or 6123296. OLE color: 6123296.

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

Color convert

RGB3211193-
CMYK0.7100.160.56
HSL166.33º55.24%28.04%-
HSV(B)166.33º71.17%43.53%-
XYZ8.2612.4712.33-
YUV85.33132.3389.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 111 (43.75% from 255) = 47.03%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=13.56%
G=47.03%
B=39.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32111930.7100.160.56166.3355.2428.04
Hex206F5D4701038a6371c
Octal40157135107020702466734
Binary1000001101111101110110001110100001110001010011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,111,93); }

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

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

 a { background-color: rgb(32,111,93); }

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

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

 span { border-color: rgb(32,111,93); }

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