Html Css Color HEX #206656 Eden

📋 copy color: '#206656'

red 32 ◦ green 102 ◦ blue 86

#206656
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #206656

Tints of Eden #206656

RGB

 RED value IS 32 (12.89% from 255) = 14.55%

 GREEN value IS 102 (40.23% from 255) = 46.36%

 BLUE value IS 86 (33.98% from 255) = 39.09%

R = 14.55%
G = 46.36%
B = 39.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#206656 (or 0x206656) is known color: Eden. HEX triplet: 20, 66 and 56. RGB value is (32,102,86). Sum of RGB (Red+Green+Blue) = 32+102+86=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #206656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206656 is #DF99A9. Grayscale: #4F4F4F. Windows color (decimal): -14653866 or 5662240. OLE color: 5662240.

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

Color convert

RGB 32 102 86 -
CMYK 0.69 0 0.16 0.6
HSL 166.29º 0.52% 0.26% -
HSV(B) 166.29º 0.69% 0.4% -
XYZ 7.03 10.48 10.46 -
YUV 79.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 32 102 86 0.69 0 0.16 0.6 166.29 0.52 0.26
Hex 20 66 56 45 0 10 3C A6 34 1A
Octal 40 146 126 105 0 20 74 246 64 32
Binary 100000 1100110 1010110 1000101 0 10000 111100 10100110 110100 11010

Color Harmonies of #206656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206656

Black with #206656

Text Example


Text Example

White with #206656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206656; }

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

 H1.HeaderClassName
 {
   color: #206656;
 }
 .AnyTagClassName
 {
   color: #206656;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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