#206A56

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

Shades of Eden #206A56

Tints of Eden #206A56

Color information

#206A56 (or 0x206A56) is unknown color: approx Eden. HEX triplet: 20, 6A and 56. RGB value is (32,106,86). Sum of RGB (Red+Green+Blue) = 32+106+86=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #206A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206A56 is #DF95A9. Grayscale: #515151. Windows color (decimal): -14652842 or 5663264. OLE color: 5663264.

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

Color convert

RGB3210686-
CMYK0.7000.190.58
HSL163.78º53.62%27.06%-
HSV(B)163.78º69.81%41.57%-
XYZ7.4311.2910.59-
YUV81.59130.4892.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.29%
GREEN value IS 106 (41.80% from 255) = 47.32%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=14.29%
G=47.32%
B=38.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32106860.7000.190.58163.7853.6227.06
Hex206A56460133Aa4361b
Octal40152126106023722446633
Binary1000001101010101011010001100100111110101010010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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