#206C5B

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

Shades of Eden #206C5B

Tints of Eden #206C5B

Color information

#206C5B (or 0x206C5B) is unknown color: approx Eden. HEX triplet: 20, 6C and 5B. RGB value is (32,108,91). Sum of RGB (Red+Green+Blue) = 32+108+91=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 108 - color contains mainly: green. Hex color #206C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C5B is #DF93A4. Grayscale: #535353. Windows color (decimal): -14652325 or 5991456. OLE color: 5991456.

HSL color Cylindrical-coordinate representation of color #206C5B: hue angle of 166.58º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206C5B is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB3210891-
CMYK0.7000.160.58
HSL166.58º54.29%27.45%-
HSV(B)166.58º70.37%42.35%-
XYZ7.8511.7911.76-
YUV83.34132.3291.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 108 (42.58% from 255) = 46.75%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=13.85%
G=46.75%
B=39.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32108910.7000.160.58166.5854.2927.45
Hex206C5B460103Aa7361b
Octal40154133106020722476633
Binary1000001101100101101110001100100001110101010011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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