#20535C

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

Shades of Teal Blue #20535C

Tints of Teal Blue #20535C

Color information

#20535C (or 0x20535C) is unknown color: approx Teal Blue. HEX triplet: 20, 53 and 5C. RGB value is (32,83,92). Sum of RGB (Red+Green+Blue) = 32+83+92=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #20535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20535C is #DFACA3. Grayscale: #444444. Windows color (decimal): -14658724 or 6050592. OLE color: 6050592.

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

Color convert

RGB328392-
CMYK0.650.1000.64
HSL189º48.39%24.31%-
HSV(B)189º65.22%36.08%-
XYZ5.627.2711.23-
YUV68.78141.1101.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=15.46%
G=40.10%
B=44.44%

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
Decimal3283920.650.1000.6418948.3924.31
Hex20535C41A040bd3018
Octal401231341011201002756030
Binary1000001010011101110010000011010010000001011110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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