#206F57

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

Shades of Eden #206F57

Tints of Eden #206F57

Color information

#206F57 (or 0x206F57) is unknown color: approx Eden. HEX triplet: 20, 6F and 57. RGB value is (32,111,87). Sum of RGB (Red+Green+Blue) = 32+111+87=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #206F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F57 is #DF90A8. Grayscale: #545454. Windows color (decimal): -14651561 or 5730080. OLE color: 5730080.

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

Color convert

RGB3211187-
CMYK0.7100.220.56
HSL161.77º55.24%28.04%-
HSV(B)161.77º71.17%43.53%-
XYZ812.3610.98-
YUV84.64129.3390.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 111 (43.75% from 255) = 48.26%
BLUE value IS 87 (34.38% from 255) = 37.83%
R=13.91%
G=48.26%
B=37.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32111870.7100.220.56161.7755.2428.04
Hex206F574701638a2371c
Octal40157127107026702426734
Binary1000001101111101011110001110101101110001010001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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