Html Css Color HEX #205E58 Eden

📋 copy color: '#205E58'

red 32 ◦ green 94 ◦ blue 88

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

Shades of Eden #205E58

Tints of Eden #205E58

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.93%

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

R = 14.95%
G = 43.93%
B = 41.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#205E58 (or 0x205E58) is known color: Eden. HEX triplet: 20, 5E and 58. RGB value is (32,94,88). Sum of RGB (Red+Green+Blue) = 32+94+88=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 94 - color contains mainly: green. Hex color #205E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E58 is #DFA1A7. Grayscale: #4A4A4A. Windows color (decimal): -14655912 or 5791264. OLE color: 5791264.

HSL color Cylindrical-coordinate representation of color #205E58: hue angle of 174.19º degrees, saturation: 0.49, 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 #205E58 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 94 88 -
CMYK 0.66 0 0.06 0.63
HSL 174.19º 0.49% 0.25% -
HSV(B) 174.19º 0.66% 0.37% -
XYZ 6.36 9.02 10.64 -
YUV 74.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 32 94 88 0.66 0 0.06 0.63 174.19 0.49 0.25
Hex 20 5E 58 42 0 6 3F AE 31 19
Octal 40 136 130 102 0 6 77 256 61 31
Binary 100000 1011110 1011000 1000010 0 110 111111 10101110 110001 11001

Color Harmonies of #205E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205E58

Black with #205E58

Text Example


Text Example

White with #205E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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