#206C5E

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

Shades of Eden #206C5E

Tints of Eden #206C5E

Color information

#206C5E (or 0x206C5E) is unknown color: approx Eden. HEX triplet: 20, 6C and 5E. RGB value is (32,108,94). Sum of RGB (Red+Green+Blue) = 32+108+94=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #206C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C5E is #DF93A1. Grayscale: #535353. Windows color (decimal): -14652322 or 6188064. OLE color: 6188064.

HSL color Cylindrical-coordinate representation of color #206C5E: hue angle of 168.95º 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 #206C5E is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB3210894-
CMYK0.7000.130.58
HSL168.95º54.29%27.45%-
HSV(B)168.95º70.37%42.35%-
XYZ7.9811.8412.45-
YUV83.68133.8291.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.68%
GREEN value IS 108 (42.58% from 255) = 46.15%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=13.68%
G=46.15%
B=40.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32108940.7000.130.58168.9554.2927.45
Hex206C5E460D3Aa9361b
Octal40154136106015722516633
Binary100000110110010111101000110011011110101010100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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