Html Css Color HEX #205D53 Eden

📋 copy color: '#205D53'

red 32 ◦ green 93 ◦ blue 83

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

Shades of Eden #205D53

Tints of Eden #205D53

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.71%

 BLUE value IS 83 (32.81% from 255) = 39.9%

R = 15.38%
G = 44.71%
B = 39.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#205D53 (or 0x205D53) is known color: Eden. HEX triplet: 20, 5D and 53. RGB value is (32,93,83). Sum of RGB (Red+Green+Blue) = 32+93+83=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #205D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D53 is #DFA2AC. Grayscale: #494949. Windows color (decimal): -14656173 or 5463328. OLE color: 5463328.

HSL color Cylindrical-coordinate representation of color #205D53: hue angle of 170.16º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D53 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 93 83 -
CMYK 0.66 0 0.11 0.64
HSL 170.16º 0.49% 0.25% -
HSV(B) 170.16º 0.66% 0.36% -
XYZ 6.07 8.76 9.55 -
YUV 73.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 32 93 83 0.66 0 0.11 0.64 170.16 0.49 0.25
Hex 20 5D 53 42 0 B 40 AA 31 19
Octal 40 135 123 102 0 13 100 252 61 31
Binary 100000 1011101 1010011 1000010 0 1011 1000000 10101010 110001 11001

Color Harmonies of #205D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D53

Black with #205D53

Text Example


Text Example

White with #205D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205D53; }

 p { color: rgb(32,93,83); }

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

background-color css

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

 a { background-color: rgb(32,93,83); }

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

border-color css

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

 span { border-color: rgb(32,93,83); }

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