#206F5E

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

Shades of Eden #206F5E

Tints of Eden #206F5E

Color information

#206F5E (or 0x206F5E) is unknown color: approx Eden. HEX triplet: 20, 6F and 5E. RGB value is (32,111,94). Sum of RGB (Red+Green+Blue) = 32+111+94=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #206F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F5E is #DF90A1. Grayscale: #555555. Windows color (decimal): -14651554 or 6188832. OLE color: 6188832.

HSL color Cylindrical-coordinate representation of color #206F5E: hue angle of 167.09º 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 #206F5E is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB3211194-
CMYK0.7100.150.56
HSL167.09º55.24%28.04%-
HSV(B)167.09º71.17%43.53%-
XYZ8.312.4812.56-
YUV85.44132.8389.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 111 (43.75% from 255) = 46.84%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=13.50%
G=46.84%
B=39.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32111940.7100.150.56167.0955.2428.04
Hex206F5E470F38a7371c
Octal40157136107017702476734
Binary100000110111110111101000111011111110001010011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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