#206858

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

Shades of Eden #206858

Tints of Eden #206858

Color information

#206858 (or 0x206858) is unknown color: approx Eden. HEX triplet: 20, 68 and 58. RGB value is (32,104,88). Sum of RGB (Red+Green+Blue) = 32+104+88=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #206858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206858 is #DF97A7. Grayscale: #505050. Windows color (decimal): -14653352 or 5793824. OLE color: 5793824.

HSL color Cylindrical-coordinate representation of color #206858: hue angle of 166.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206858 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB3210488-
CMYK0.6900.150.59
HSL166.67º52.94%26.67%-
HSV(B)166.67º69.23%40.78%-
XYZ7.3110.9110.95-
YUV80.65132.1593.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.29%
GREEN value IS 104 (41.02% from 255) = 46.43%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=14.29%
G=46.43%
B=39.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32104880.6900.150.59166.6752.9426.67
Hex206858450F3Ba7351b
Octal40150130105017732476533
Binary100000110100010110001000101011111110111010011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206858; }

 p { color: rgb(32,104,88); }

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

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

 a { background-color: rgb(32,104,88); }

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

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

 span { border-color: rgb(32,104,88); }

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