#205F50

Color #205F50 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #205F50

Tints of Evening Sea #205F50

Color information

#205F50 (or 0x205F50) is unknown color: approx 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

RGB329580-
CMYK0.6600.160.63
HSL165.71º49.61%24.9%-
HSV(B)165.71º66.32%37.25%-
XYZ6.149.079.02-
YUV74.45131.1397.72-

RGB Variations

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

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 (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3295800.6600.160.63165.7149.6124.9
Hex205F50420103Fa63219
Octal40137120102020772466231
Binary1000001011111101000010000100100001111111010011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>