#20545B

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

Shades of Teal Blue #20545B

Tints of Teal Blue #20545B

Color information

#20545B (or 0x20545B) is unknown color: approx Teal Blue. HEX triplet: 20, 54 and 5B. RGB value is (32,84,91). Sum of RGB (Red+Green+Blue) = 32+84+91=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #20545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20545B is #DFABA4. Grayscale: #454545. Windows color (decimal): -14658469 or 5985312. OLE color: 5985312.

HSL color Cylindrical-coordinate representation of color #20545B: hue angle of 187.12º 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 #20545B is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB328491-
CMYK0.650.0800.64
HSL187.12º47.97%24.12%-
HSV(B)187.12º64.84%35.69%-
XYZ5.657.411.03-
YUV69.25140.27101.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=15.46%
G=40.58%
B=43.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3284910.650.0800.64187.1247.9724.12
Hex20545B418040bb3018
Octal401241331011001002736030
Binary1000001010100101101110000011000010000001011101111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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