#204756

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

Shades of Teal Blue #204756

Tints of Teal Blue #204756

Color information

#204756 (or 0x204756) is unknown color: approx Teal Blue. HEX triplet: 20, 47 and 56. RGB value is (32,71,86). Sum of RGB (Red+Green+Blue) = 32+71+86=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #204756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204756 is #DFB8A9. Grayscale: #3C3C3C. Windows color (decimal): -14661802 or 5654304. OLE color: 5654304.

HSL color Cylindrical-coordinate representation of color #204756: hue angle of 196.67º 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 #204756 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB327186-
CMYK0.630.1700.66
HSL196.67º45.76%23.14%-
HSV(B)196.67º62.79%33.73%-
XYZ4.535.499.62-
YUV61.05142.08107.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.93%
GREEN value IS 71 (28.12% from 255) = 37.57%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=16.93%
G=37.57%
B=45.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3271860.630.1700.66196.6745.7623.14
Hex2047563F11042c52e17
Octal40107126772101023055627
Binary1000001000111101011011111110001010000101100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204756; }

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

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

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

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

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

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

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

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