#20494E

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

Shades of Teal Blue #20494E

Tints of Teal Blue #20494E

Color information

#20494E (or 0x20494E) is unknown color: approx Teal Blue. HEX triplet: 20, 49 and 4E. RGB value is (32,73,78). Sum of RGB (Red+Green+Blue) = 32+73+78=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #20494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20494E is #DFB6B1. Grayscale: #3D3D3D. Windows color (decimal): -14661298 or 5130528. OLE color: 5130528.

HSL color Cylindrical-coordinate representation of color #20494E: hue angle of 186.52º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20494E is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB327378-
CMYK0.590.0600.69
HSL186.52º41.82%21.57%-
HSV(B)186.52º58.97%30.59%-
XYZ4.355.628.06-
YUV61.31137.42107.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=17.49%
G=39.89%
B=42.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3273780.590.0600.69186.5241.8221.57
Hex20494E3B6045bb2a16
Octal4011111673601052735226
Binary10000010010011001110111011110010001011011101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20494E; }

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

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

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

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

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

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

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

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