#20555F

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

Shades of Teal Blue #20555F

Tints of Teal Blue #20555F

Color information

#20555F (or 0x20555F) is unknown color: approx Teal Blue. HEX triplet: 20, 55 and 5F. RGB value is (32,85,95). Sum of RGB (Red+Green+Blue) = 32+85+95=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #20555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20555F is #DFAAA0. Grayscale: #464646. Windows color (decimal): -14658209 or 6247712. OLE color: 6247712.

HSL color Cylindrical-coordinate representation of color #20555F: hue angle of 189.52º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20555F is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB328595-
CMYK0.660.1100.63
HSL189.52º49.61%24.9%-
HSV(B)189.52º66.32%37.25%-
XYZ5.917.6311.99-
YUV70.29141.94100.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.09%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 95 (37.5% from 255) = 44.81%
R=15.09%
G=40.09%
B=44.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3285950.660.1100.63189.5249.6124.9
Hex20555F42B03Fbe3219
Octal40125137102130772766231
Binary100000101010110111111000010101101111111011111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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