#20525A

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

Shades of Teal Blue #20525A

Tints of Teal Blue #20525A

Color information

#20525A (or 0x20525A) is unknown color: approx Teal Blue. HEX triplet: 20, 52 and 5A. RGB value is (32,82,90). Sum of RGB (Red+Green+Blue) = 32+82+90=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #20525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20525A is #DFADA5. Grayscale: #434343. Windows color (decimal): -14658982 or 5919264. OLE color: 5919264.

HSL color Cylindrical-coordinate representation of color #20525A: hue angle of 188.28º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20525A is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB328290-
CMYK0.640.0900.65
HSL188.28º47.54%23.92%-
HSV(B)188.28º64.44%35.29%-
XYZ5.467.0810.75-
YUV67.96140.44102.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.69%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=15.69%
G=40.20%
B=44.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3282900.640.0900.65188.2847.5423.92
Hex20525A409041bc3018
Octal401221321001101012746030
Binary1000001010010101101010000001001010000011011110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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