#206057

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

Shades of Eden #206057

Tints of Eden #206057

Color information

#206057 (or 0x206057) is unknown color: approx Eden. HEX triplet: 20, 60 and 57. RGB value is (32,96,87). Sum of RGB (Red+Green+Blue) = 32+96+87=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #206057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206057 is #DF9FA8. Grayscale: #4B4B4B. Windows color (decimal): -14655401 or 5726240. OLE color: 5726240.

HSL color Cylindrical-coordinate representation of color #206057: hue angle of 171.56º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206057 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB329687-
CMYK0.6700.090.62
HSL171.56º50%25.1%-
HSV(B)171.56º66.67%37.65%-
XYZ6.59.3610.48-
YUV75.84134.396.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 87 (34.38% from 255) = 40.47%
R=14.88%
G=44.65%
B=40.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3296870.6700.090.62171.565025.1
Hex20605743093Eac3219
Octal40140127103011762546231
Binary100000110000010101111000011010011111101010110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206057; }

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

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

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

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

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

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

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

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