#206B5B

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

Shades of Eden #206B5B

Tints of Eden #206B5B

Color information

#206B5B (or 0x206B5B) is unknown color: approx Eden. HEX triplet: 20, 6B and 5B. RGB value is (32,107,91). Sum of RGB (Red+Green+Blue) = 32+107+91=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #206B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206B5B is #DF94A4. Grayscale: #525252. Windows color (decimal): -14652581 or 5991200. OLE color: 5991200.

HSL color Cylindrical-coordinate representation of color #206B5B: hue angle of 167.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206B5B is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB3210791-
CMYK0.7000.150.58
HSL167.2º53.96%27.25%-
HSV(B)167.2º70.09%41.96%-
XYZ7.7411.5811.72-
YUV82.75132.6591.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 107 (42.19% from 255) = 46.52%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=13.91%
G=46.52%
B=39.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32107910.7000.150.58167.253.9627.25
Hex206B5B460F3Aa7361b
Octal40153133106017722476633
Binary100000110101110110111000110011111110101010011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206B5B; }

 p { color: rgb(32,107,91); }

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

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

 a { background-color: rgb(32,107,91); }

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

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

 span { border-color: rgb(32,107,91); }

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