#20535D

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

Shades of Teal Blue #20535D

Tints of Teal Blue #20535D

Color information

#20535D (or 0x20535D) is unknown color: approx Teal Blue. HEX triplet: 20, 53 and 5D. RGB value is (32,83,93). Sum of RGB (Red+Green+Blue) = 32+83+93=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #20535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20535D is #DFACA2. Grayscale: #444444. Windows color (decimal): -14658723 or 6116128. OLE color: 6116128.

HSL color Cylindrical-coordinate representation of color #20535D: hue angle of 189.84º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20535D is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB328393-
CMYK0.660.1100.64
HSL189.84º48.8%24.51%-
HSV(B)189.84º65.59%36.47%-
XYZ5.667.2811.46-
YUV68.89141.6101.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.38%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=15.38%
G=39.90%
B=44.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3283930.660.1100.64189.8448.824.51
Hex20535D42B040be3119
Octal401231351021301002766131
Binary1000001010011101110110000101011010000001011111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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