#206F55

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

Shades of Eden #206F55

Tints of Eden #206F55

Color information

#206F55 (or 0x206F55) is unknown color: approx Eden. HEX triplet: 20, 6F and 55. RGB value is (32,111,85). Sum of RGB (Red+Green+Blue) = 32+111+85=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #206F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F55 is #DF90AA. Grayscale: #545454. Windows color (decimal): -14651563 or 5599008. OLE color: 5599008.

HSL color Cylindrical-coordinate representation of color #206F55: hue angle of 160.25º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206F55 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB3211185-
CMYK0.7100.230.56
HSL160.25º55.24%28.04%-
HSV(B)160.25º71.17%43.53%-
XYZ7.9212.3310.56-
YUV84.42128.3390.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 111 (43.75% from 255) = 48.68%
BLUE value IS 85 (33.59% from 255) = 37.28%
R=14.04%
G=48.68%
B=37.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32111850.7100.230.56160.2555.2428.04
Hex206F554701738a0371c
Octal40157125107027702406734
Binary1000001101111101010110001110101111110001010000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,111,85); }

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

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

 a { background-color: rgb(32,111,85); }

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

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

 span { border-color: rgb(32,111,85); }

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