#204956

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

Shades of Teal Blue #204956

Tints of Teal Blue #204956

Color information

#204956 (or 0x204956) is unknown color: approx Teal Blue. HEX triplet: 20, 49 and 56. RGB value is (32,73,86). Sum of RGB (Red+Green+Blue) = 32+73+86=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #204956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204956 is #DFB6A9. Grayscale: #3E3E3E. Windows color (decimal): -14661290 or 5654816. OLE color: 5654816.

HSL color Cylindrical-coordinate representation of color #204956: hue angle of 194.44º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #204956 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB327386-
CMYK0.630.1500.66
HSL194.44º45.76%23.14%-
HSV(B)194.44º62.79%33.73%-
XYZ4.665.749.67-
YUV62.22141.42106.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=16.75%
G=38.22%
B=45.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3273860.630.1500.66194.4445.7623.14
Hex2049563FF042c22e17
Octal40111126771701023025627
Binary100000100100110101101111111111010000101100001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204956; }

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

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

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

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

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

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

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

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