#204654

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

Shades of Teal Blue #204654

Tints of Teal Blue #204654

Color information

#204654 (or 0x204654) is unknown color: approx Teal Blue. HEX triplet: 20, 46 and 54. RGB value is (32,70,84). Sum of RGB (Red+Green+Blue) = 32+70+84=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #204654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204654 is #DFB9AB. Grayscale: #3C3C3C. Windows color (decimal): -14662060 or 5522976. OLE color: 5522976.

HSL color Cylindrical-coordinate representation of color #204654: hue angle of 196.15º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #204654 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB327084-
CMYK0.620.1700.67
HSL196.15º44.83%22.75%-
HSV(B)196.15º61.9%32.94%-
XYZ4.395.339.18-
YUV60.23141.41107.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=17.20%
G=37.63%
B=45.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3270840.620.1700.67196.1544.8322.75
Hex2046543E11043c42d17
Octal40106124762101033045527
Binary1000001000110101010011111010001010000111100010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204654; }

 p { color: rgb(32,70,84); }

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

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

 a { background-color: rgb(32,70,84); }

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

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

 span { border-color: rgb(32,70,84); }

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