#206047

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

Shades of Evening Sea #206047

Tints of Evening Sea #206047

Color information

#206047 (or 0x206047) is unknown color: approx Evening Sea. HEX triplet: 20, 60 and 47. RGB value is (32,96,71). Sum of RGB (Red+Green+Blue) = 32+96+71=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #206047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206047 is #DF9FB8. Grayscale: #4A4A4A. Windows color (decimal): -14655417 or 4677664. OLE color: 4677664.

HSL color Cylindrical-coordinate representation of color #206047: hue angle of 156.56º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206047 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB329671-
CMYK0.6700.260.62
HSL156.56º50%25.1%-
HSV(B)156.56º66.67%37.65%-
XYZ5.929.137.41-
YUV74.01126.398.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=16.08%
G=48.24%
B=35.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3296710.6700.260.62156.565025.1
Hex2060474301A3E9d3219
Octal40140107103032762356231
Binary1000001100000100011110000110110101111101001110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206047; }

 p { color: rgb(32,96,71); }

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

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

 a { background-color: rgb(32,96,71); }

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

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

 span { border-color: rgb(32,96,71); }

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