#205D48

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

Shades of Evening Sea #205D48

Tints of Evening Sea #205D48

Color information

#205D48 (or 0x205D48) is unknown color: approx Evening Sea. HEX triplet: 20, 5D and 48. RGB value is (32,93,72). Sum of RGB (Red+Green+Blue) = 32+93+72=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #205D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D48 is #DFA2B7. Grayscale: #484848. Windows color (decimal): -14656184 or 4742432. OLE color: 4742432.

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

Color convert

RGB329372-
CMYK0.6600.230.64
HSL159.34º48.8%24.51%-
HSV(B)159.34º65.59%36.47%-
XYZ5.688.67.49-
YUV72.37127.7999.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 93 (36.72% from 255) = 47.21%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=16.24%
G=47.21%
B=36.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3293720.6600.230.64159.3448.824.51
Hex205D4842017409f3119
Octal401351101020271002376131
Binary10000010111011001000100001001011110000001001111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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