#206658

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

Shades of Eden #206658

Tints of Eden #206658

Color information

#206658 (or 0x206658) is unknown color: approx Eden. HEX triplet: 20, 66 and 58. RGB value is (32,102,88). Sum of RGB (Red+Green+Blue) = 32+102+88=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #206658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206658 is #DF99A7. Grayscale: #4F4F4F. Windows color (decimal): -14653864 or 5793312. OLE color: 5793312.

HSL color Cylindrical-coordinate representation of color #206658: hue angle of 168º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206658 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB3210288-
CMYK0.6900.140.6
HSL168º52.24%26.27%-
HSV(B)168º68.63%40%-
XYZ7.1110.5110.89-
YUV79.47132.8194.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=14.41%
G=45.95%
B=39.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32102880.6900.140.616852.2426.27
Hex206658450E3Ca8341a
Octal40146130105016742506432
Binary100000110011010110001000101011101111001010100011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206658; }

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

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

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

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

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

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

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

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