#206255

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

Shades of Eden #206255

Tints of Eden #206255

Color information

#206255 (or 0x206255) is unknown color: approx Eden. HEX triplet: 20, 62 and 55. RGB value is (32,98,85). Sum of RGB (Red+Green+Blue) = 32+98+85=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #206255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206255 is #DF9DAA. Grayscale: #4C4C4C. Windows color (decimal): -14654891 or 5595680. OLE color: 5595680.

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

Color convert

RGB329885-
CMYK0.6700.130.62
HSL168.18º50.77%25.49%-
HSV(B)168.18º67.35%38.43%-
XYZ6.69.710.12-
YUV76.78132.6396.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=14.88%
G=45.58%
B=39.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3298850.6700.130.62168.1850.7725.49
Hex206255430D3Ea83319
Octal40142125103015762506331
Binary100000110001010101011000011011011111101010100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206255; }

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

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

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

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

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

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

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

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