Html Css Color HEX #206455 Eden

📋 copy color: '#206455'

red 32 ◦ green 100 ◦ blue 85

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

Shades of Eden #206455

Tints of Eden #206455

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.08%

 BLUE value IS 85 (33.59% from 255) = 39.17%

R = 14.75%
G = 46.08%
B = 39.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#206455 (or 0x206455) is known color: Eden. HEX triplet: 20, 64 and 55. RGB value is (32,100,85). Sum of RGB (Red+Green+Blue) = 32+100+85=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #206455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206455 is #DF9BAA. Grayscale: #4D4D4D. Windows color (decimal): -14654379 or 5596192. OLE color: 5596192.

HSL color Cylindrical-coordinate representation of color #206455: hue angle of 166.76º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206455 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 100 85 -
CMYK 0.68 0 0.15 0.61
HSL 166.76º 0.52% 0.26% -
HSV(B) 166.76º 0.68% 0.39% -
XYZ 6.79 10.08 10.18 -
YUV 77.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 32 100 85 0.68 0 0.15 0.61 166.76 0.52 0.26
Hex 20 64 55 44 0 F 3D A7 34 1A
Octal 40 144 125 104 0 17 75 247 64 32
Binary 100000 1100100 1010101 1000100 0 1111 111101 10100111 110100 11010

Color Harmonies of #206455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206455

Black with #206455

Text Example


Text Example

White with #206455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206455; }

 p { color: rgb(32,100,85); }

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

background-color css

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

 a { background-color: rgb(32,100,85); }

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

border-color css

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

 span { border-color: rgb(32,100,85); }

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