#20545C

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

Shades of Teal Blue #20545C

Tints of Teal Blue #20545C

Color information

#20545C (or 0x20545C) is unknown color: approx Teal Blue. HEX triplet: 20, 54 and 5C. RGB value is (32,84,92). Sum of RGB (Red+Green+Blue) = 32+84+92=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #20545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20545C is #DFABA3. Grayscale: #454545. Windows color (decimal): -14658468 or 6050848. OLE color: 6050848.

HSL color Cylindrical-coordinate representation of color #20545C: hue angle of 188º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20545C is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB328492-
CMYK0.650.0900.64
HSL188º48.39%24.31%-
HSV(B)188º65.22%36.08%-
XYZ5.77.4211.26-
YUV69.36140.77101.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.38%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=15.38%
G=40.38%
B=44.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3284920.650.0900.6418848.3924.31
Hex20545C419040bc3018
Octal401241341011101002746030
Binary1000001010100101110010000011001010000001011110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20545C; }

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

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

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

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

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

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

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

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