#20525F

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

Shades of Teal Blue #20525F

Tints of Teal Blue #20525F

Color information

#20525F (or 0x20525F) is unknown color: approx Teal Blue. HEX triplet: 20, 52 and 5F. RGB value is (32,82,95). Sum of RGB (Red+Green+Blue) = 32+82+95=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #20525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20525F is #DFADA0. Grayscale: #444444. Windows color (decimal): -14658977 or 6246944. OLE color: 6246944.

HSL color Cylindrical-coordinate representation of color #20525F: hue angle of 192.38º 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 #20525F is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB328295-
CMYK0.660.1400.63
HSL192.38º49.61%24.9%-
HSV(B)192.38º66.32%37.25%-
XYZ5.687.1711.91-
YUV68.53142.94101.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 95 (37.5% from 255) = 45.45%
R=15.31%
G=39.23%
B=45.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3282950.660.1400.63192.3849.6124.9
Hex20525F42E03Fc03219
Octal40122137102160773006231
Binary100000101001010111111000010111001111111100000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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