#20403D

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

Shades of Deep Teal #20403D

Tints of Deep Teal #20403D

Color information

#20403D (or 0x20403D) is unknown color: approx Deep Teal. HEX triplet: 20, 40 and 3D. RGB value is (32,64,61). Sum of RGB (Red+Green+Blue) = 32+64+61=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #20403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20403D is #DFBFC2. Grayscale: #363636. Windows color (decimal): -14663619 or 4014112. OLE color: 4014112.

HSL color Cylindrical-coordinate representation of color #20403D: hue angle of 174.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #20403D is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB326461-
CMYK0.5000.050.75
HSL174.38º33.33%18.82%-
HSV(B)174.38º50%25.1%-
XYZ3.274.315.07-
YUV54.09131.9112.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=20.38%
G=40.76%
B=38.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3264610.5000.050.75174.3833.3318.82
Hex20403D32054Bae2113
Octal401007562051132564123
Binary1000001000000111101110010010110010111010111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,64,61); }

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

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

 a { background-color: rgb(32,64,61); }

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

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

 span { border-color: rgb(32,64,61); }

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