#205C4B

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

Shades of Evening Sea #205C4B

Tints of Evening Sea #205C4B

Color information

#205C4B (or 0x205C4B) is unknown color: approx Evening Sea. HEX triplet: 20, 5C and 4B. RGB value is (32,92,75). Sum of RGB (Red+Green+Blue) = 32+92+75=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #205C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205C4B is #DFA3B4. Grayscale: #484848. Windows color (decimal): -14656437 or 4938784. OLE color: 4938784.

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

Color convert

RGB329275-
CMYK0.6500.180.64
HSL163º48.39%24.31%-
HSV(B)163º65.22%36.08%-
XYZ5.698.477.99-
YUV72.12129.6299.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 92 (36.33% from 255) = 46.23%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=16.08%
G=46.23%
B=37.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3292750.6500.180.6416348.3924.31
Hex205C4B4101240a33018
Octal401341131010221002436030
Binary10000010111001001011100000101001010000001010001111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,92,75); }

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

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

 a { background-color: rgb(32,92,75); }

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

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

 span { border-color: rgb(32,92,75); }

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