#206656

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

Shades of Eden #206656

Tints of Eden #206656

Color information

#206656 (or 0x206656) is unknown color: approx Eden. HEX triplet: 20, 66 and 56. RGB value is (32,102,86). Sum of RGB (Red+Green+Blue) = 32+102+86=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #206656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206656 is #DF99A9. Grayscale: #4F4F4F. Windows color (decimal): -14653866 or 5662240. OLE color: 5662240.

HSL color Cylindrical-coordinate representation of color #206656: hue angle of 166.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206656 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB3210286-
CMYK0.6900.160.6
HSL166.29º52.24%26.27%-
HSV(B)166.29º68.63%40%-
XYZ7.0310.4810.46-
YUV79.25131.8194.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.55%
GREEN value IS 102 (40.23% from 255) = 46.36%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=14.55%
G=46.36%
B=39.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32102860.6900.160.6166.2952.2426.27
Hex206656450103Ca6341a
Octal40146126105020742466432
Binary1000001100110101011010001010100001111001010011011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206656; }

 p { color: rgb(32,102,86); }

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

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

 a { background-color: rgb(32,102,86); }

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

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

 span { border-color: rgb(32,102,86); }

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