Html Css Color HEX #205950 Eden

📋 copy color: '#205950'

red 32 ◦ green 89 ◦ blue 80

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

Shades of Eden #205950

Tints of Eden #205950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.28%

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 15.92%
G = 44.28%
B = 39.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#205950 (or 0x205950) is known color: Eden. HEX triplet: 20, 59 and 50. RGB value is (32,89,80). Sum of RGB (Red+Green+Blue) = 32+89+80=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #205950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205950 is #DFA6AF. Grayscale: #464646. Windows color (decimal): -14657200 or 5265696. OLE color: 5265696.

HSL color Cylindrical-coordinate representation of color #205950: hue angle of 170.53º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205950 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 89 80 -
CMYK 0.64 0 0.10 0.65
HSL 170.53º 0.47% 0.24% -
HSV(B) 170.53º 0.64% 0.35% -
XYZ 5.62 8.03 8.84 -
YUV 70.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 32 89 80 0.64 0 0.10 0.65 170.53 0.47 0.24
Hex 20 59 50 40 0 A 41 AB 2F 18
Octal 40 131 120 100 0 12 101 253 57 30
Binary 100000 1011001 1010000 1000000 0 1010 1000001 10101011 101111 11000

Color Harmonies of #205950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205950

Black with #205950

Text Example


Text Example

White with #205950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205950; }

 p { color: rgb(32,89,80); }

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

background-color css

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

 a { background-color: rgb(32,89,80); }

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

border-color css

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

 span { border-color: rgb(32,89,80); }

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