#206055

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

Shades of Eden #206055

Tints of Eden #206055

Color information

#206055 (or 0x206055) is unknown color: approx Eden. HEX triplet: 20, 60 and 55. RGB value is (32,96,85). Sum of RGB (Red+Green+Blue) = 32+96+85=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #206055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206055 is #DF9FAA. Grayscale: #4B4B4B. Windows color (decimal): -14655403 or 5595168. OLE color: 5595168.

HSL color Cylindrical-coordinate representation of color #206055: hue angle of 169.69º 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 #206055 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB329685-
CMYK0.6700.110.62
HSL169.69º50%25.1%-
HSV(B)169.69º66.67%37.65%-
XYZ6.429.3310.06-
YUV75.61133.396.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 85 (33.59% from 255) = 39.91%
R=15.02%
G=45.07%
B=39.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3296850.6700.110.62169.695025.1
Hex206055430B3Eaa3219
Octal40140125103013762526231
Binary100000110000010101011000011010111111101010101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206055; }

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

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

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

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

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

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

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

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