Html Css Color HEX #205F58 Eden

📋 copy color: '#205F58'

red 32 ◦ green 95 ◦ blue 88

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

Shades of Eden #205F58

Tints of Eden #205F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.19%

 BLUE value IS 88 (34.77% from 255) = 40.93%

R = 14.88%
G = 44.19%
B = 40.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#205F58 (or 0x205F58) is known color: Eden. HEX triplet: 20, 5F and 58. RGB value is (32,95,88). Sum of RGB (Red+Green+Blue) = 32+95+88=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #205F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F58 is #DFA0A7. Grayscale: #4B4B4B. Windows color (decimal): -14655656 or 5791520. OLE color: 5791520.

HSL color Cylindrical-coordinate representation of color #205F58: hue angle of 173.33º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205F58 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 95 88 -
CMYK 0.66 0 0.07 0.63
HSL 173.33º 0.5% 0.25% -
HSV(B) 173.33º 0.66% 0.37% -
XYZ 6.45 9.2 10.67 -
YUV 75.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 32 95 88 0.66 0 0.07 0.63 173.33 0.5 0.25
Hex 20 5F 58 42 0 7 3F AD 32 19
Octal 40 137 130 102 0 7 77 255 62 31
Binary 100000 1011111 1011000 1000010 0 111 111111 10101101 110010 11001

Color Harmonies of #205F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205F58

Black with #205F58

Text Example


Text Example

White with #205F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,95,88); }

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

background-color css

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

 a { background-color: rgb(32,95,88); }

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

border-color css

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

 span { border-color: rgb(32,95,88); }

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