#206C58

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

Shades of Eden #206C58

Tints of Eden #206C58

Color information

#206C58 (or 0x206C58) is unknown color: approx Eden. HEX triplet: 20, 6C and 58. RGB value is (32,108,88). Sum of RGB (Red+Green+Blue) = 32+108+88=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 108 - color contains mainly: green. Hex color #206C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C58 is #DF93A7. Grayscale: #535353. Windows color (decimal): -14652328 or 5794848. OLE color: 5794848.

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

Color convert

RGB3210888-
CMYK0.7000.190.58
HSL164.21º54.29%27.45%-
HSV(B)164.21º70.37%42.35%-
XYZ7.7211.7411.09-
YUV83130.8291.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 108 (42.58% from 255) = 47.37%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=14.04%
G=47.37%
B=38.60%

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
Decimal32108880.7000.190.58164.2154.2927.45
Hex206C58460133Aa4361b
Octal40154130106023722446633
Binary1000001101100101100010001100100111110101010010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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