#20525B

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

Shades of Teal Blue #20525B

Tints of Teal Blue #20525B

Color information

#20525B (or 0x20525B) is unknown color: approx Teal Blue. HEX triplet: 20, 52 and 5B. RGB value is (32,82,91). Sum of RGB (Red+Green+Blue) = 32+82+91=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #20525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20525B is #DFADA4. Grayscale: #434343. Windows color (decimal): -14658981 or 5984800. OLE color: 5984800.

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

Color convert

RGB328291-
CMYK0.650.1000.64
HSL189.15º47.97%24.12%-
HSV(B)189.15º64.84%35.69%-
XYZ5.57.110.98-
YUV68.08140.94102.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.61%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 44.39%
R=15.61%
G=40%
B=44.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3282910.650.1000.64189.1547.9724.12
Hex20525B41A040bd3018
Octal401221331011201002756030
Binary1000001010010101101110000011010010000001011110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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