#204959

Color #204959 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #204959

Tints of Teal Blue #204959

Color information

#204959 (or 0x204959) is unknown color: approx Teal Blue. HEX triplet: 20, 49 and 59. RGB value is (32,73,89). Sum of RGB (Red+Green+Blue) = 32+73+89=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #204959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204959 is #DFB6A6. Grayscale: #3E3E3E. Windows color (decimal): -14661287 or 5851424. OLE color: 5851424.

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

Color convert

RGB327389-
CMYK0.640.1800.65
HSL196.84º47.11%23.73%-
HSV(B)196.84º64.04%34.9%-
XYZ4.785.7910.32-
YUV62.56142.92106.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=16.49%
G=37.63%
B=45.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3273890.640.1800.65196.8447.1123.73
Hex2049594012041c52f18
Octal401111311002201013055730
Binary10000010010011011001100000010010010000011100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204959; }

 p { color: rgb(32,73,89); }

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

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

 a { background-color: rgb(32,73,89); }

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

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

 span { border-color: rgb(32,73,89); }

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