#20484E

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

Shades of Teal Blue #20484E

Tints of Teal Blue #20484E

Color information

#20484E (or 0x20484E) is unknown color: approx Teal Blue. HEX triplet: 20, 48 and 4E. RGB value is (32,72,78). Sum of RGB (Red+Green+Blue) = 32+72+78=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #20484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20484E is #DFB7B1. Grayscale: #3C3C3C. Windows color (decimal): -14661554 or 5130272. OLE color: 5130272.

HSL color Cylindrical-coordinate representation of color #20484E: hue angle of 187.83º 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 #20484E is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB327278-
CMYK0.590.0800.69
HSL187.83º41.82%21.57%-
HSV(B)187.83º58.97%30.59%-
XYZ4.295.498.04-
YUV60.72137.75107.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.58%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 78 (30.86% from 255) = 42.86%
R=17.58%
G=39.56%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3272780.590.0800.69187.8341.8221.57
Hex20484E3B8045bc2a16
Octal40110116731001052745226
Binary100000100100010011101110111000010001011011110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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