Html Css Color HEX #205A51 Eden

📋 copy color: '#205A51'

red 32 ◦ green 90 ◦ blue 81

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

Shades of Eden #205A51

Tints of Eden #205A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.33%

 BLUE value IS 81 (32.03% from 255) = 39.9%

R = 15.76%
G = 44.33%
B = 39.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#205A51 (or 0x205A51) is known color: Eden. HEX triplet: 20, 5A and 51. RGB value is (32,90,81). Sum of RGB (Red+Green+Blue) = 32+90+81=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #205A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A51 is #DFA5AE. Grayscale: #474747. Windows color (decimal): -14656943 or 5331488. OLE color: 5331488.

HSL color Cylindrical-coordinate representation of color #205A51: hue angle of 170.69º degrees, saturation: 0.48, 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 #205A51 is Cyan = 0.64, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 90 81 -
CMYK 0.64 0 0.1 0.65
HSL 170.69º 0.48% 0.24% -
HSV(B) 170.69º 0.64% 0.35% -
XYZ 5.74 8.21 9.07 -
YUV 71.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 32 90 81 0.64 0 0.1 0.65 170.69 0.48 0.24
Hex 20 5A 51 40 0 A 41 AB 30 18
Octal 40 132 121 100 0 12 101 253 60 30
Binary 100000 1011010 1010001 1000000 0 1010 1000001 10101011 110000 11000

Color Harmonies of #205A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205A51

Black with #205A51

Text Example


Text Example

White with #205A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,90,81); }

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

background-color css

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

 a { background-color: rgb(32,90,81); }

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

border-color css

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

 span { border-color: rgb(32,90,81); }

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