Html Css Color HEX #205F50 Evening Sea

📋 copy color: '#205F50'

red 32 ◦ green 95 ◦ blue 80

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

Shades of Evening Sea #205F50

Tints of Evening Sea #205F50

RGB

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

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

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

R = 15.46%
G = 45.89%
B = 38.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#205F50 (or 0x205F50) is known color: Evening Sea. HEX triplet: 20, 5F and 50. RGB value is (32,95,80). Sum of RGB (Red+Green+Blue) = 32+95+80=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #205F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F50 is #DFA0AF. Grayscale: #4A4A4A. Windows color (decimal): -14655664 or 5267232. OLE color: 5267232.

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

Color convert

RGB 32 95 80 -
CMYK 0.66 0 0.16 0.63
HSL 165.71º 0.5% 0.25% -
HSV(B) 165.71º 0.66% 0.37% -
XYZ 6.14 9.07 9.02 -
YUV 74.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 32 95 80 0.66 0 0.16 0.63 165.71 0.5 0.25
Hex 20 5F 50 42 0 10 3F A6 32 19
Octal 40 137 120 102 0 20 77 246 62 31
Binary 100000 1011111 1010000 1000010 0 10000 111111 10100110 110010 11001

Color Harmonies of #205F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205F50

Black with #205F50

Text Example


Text Example

White with #205F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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