#20555C

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

Shades of Teal Blue #20555C

Tints of Teal Blue #20555C

Color information

#20555C (or 0x20555C) is unknown color: approx Teal Blue. HEX triplet: 20, 55 and 5C. RGB value is (32,85,92). Sum of RGB (Red+Green+Blue) = 32+85+92=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #20555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20555C is #DFAAA3. Grayscale: #454545. Windows color (decimal): -14658212 or 6051104. OLE color: 6051104.

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

Color convert

RGB328592-
CMYK0.650.0800.64
HSL187º48.39%24.31%-
HSV(B)187º65.22%36.08%-
XYZ5.787.5811.28-
YUV69.95140.44100.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=15.31%
G=40.67%
B=44.02%

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
Decimal3285920.650.0800.6418748.3924.31
Hex20555C418040bb3018
Octal401251341011001002736030
Binary1000001010101101110010000011000010000001011101111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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