#205D4C

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

Shades of Evening Sea #205D4C

Tints of Evening Sea #205D4C

Color information

#205D4C (or 0x205D4C) is unknown color: approx Evening Sea. HEX triplet: 20, 5D and 4C. RGB value is (32,93,76). Sum of RGB (Red+Green+Blue) = 32+93+76=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #205D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D4C is #DFA2B3. Grayscale: #484848. Windows color (decimal): -14656180 or 5004576. OLE color: 5004576.

HSL color Cylindrical-coordinate representation of color #205D4C: hue angle of 163.28º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D4C is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB329376-
CMYK0.6600.180.64
HSL163.28º48.8%24.51%-
HSV(B)163.28º65.59%36.47%-
XYZ5.818.668.2-
YUV72.82129.7998.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 93 (36.72% from 255) = 46.27%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=15.92%
G=46.27%
B=37.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3293760.6600.180.64163.2848.824.51
Hex205D4C4201240a33119
Octal401351141020221002436131
Binary10000010111011001100100001001001010000001010001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,93,76); }

 H1.HeaderClassName
 {
   color: #205D4C;
 }
 .AnyTagClassName
 {
   color: #205D4C;
 }
</style>
background-color css

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

 a { background-color: rgb(32,93,76); }

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

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

 span { border-color: rgb(32,93,76); }

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