#206051

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

Shades of Eden #206051

Tints of Eden #206051

Color information

#206051 (or 0x206051) is unknown color: approx Eden. HEX triplet: 20, 60 and 51. RGB value is (32,96,81). Sum of RGB (Red+Green+Blue) = 32+96+81=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #206051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206051 is #DF9FAE. Grayscale: #4B4B4B. Windows color (decimal): -14655407 or 5333024. OLE color: 5333024.

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

Color convert

RGB329681-
CMYK0.6700.160.62
HSL165.94º50%25.1%-
HSV(B)165.94º66.67%37.65%-
XYZ6.269.279.24-
YUV75.15131.397.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=15.31%
G=45.93%
B=38.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3296810.6700.160.62165.945025.1
Hex206051430103Ea63219
Octal40140121103020762466231
Binary1000001100000101000110000110100001111101010011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206051; }

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

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

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

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

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

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

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

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