#206C53

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

Shades of Evening Sea #206C53

Tints of Evening Sea #206C53

Color information

#206C53 (or 0x206C53) is unknown color: approx Evening Sea. HEX triplet: 20, 6C and 53. RGB value is (32,108,83). Sum of RGB (Red+Green+Blue) = 32+108+83=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #206C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C53 is #DF93AC. Grayscale: #525252. Windows color (decimal): -14652333 or 5467168. OLE color: 5467168.

HSL color Cylindrical-coordinate representation of color #206C53: hue angle of 160.26º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206C53 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB3210883-
CMYK0.7000.230.58
HSL160.26º54.29%27.45%-
HSV(B)160.26º70.37%42.35%-
XYZ7.5211.6610.04-
YUV82.43128.3292.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.35%
GREEN value IS 108 (42.58% from 255) = 48.43%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=14.35%
G=48.43%
B=37.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32108830.7000.230.58160.2654.2927.45
Hex206C53460173Aa0361b
Octal40154123106027722406633
Binary1000001101100101001110001100101111110101010000011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206C53; }

 p { color: rgb(32,108,83); }

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

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

 a { background-color: rgb(32,108,83); }

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

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

 span { border-color: rgb(32,108,83); }

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