#20403C

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

Shades of Deep Teal #20403C

Tints of Deep Teal #20403C

Color information

#20403C (or 0x20403C) is unknown color: approx Deep Teal. HEX triplet: 20, 40 and 3C. RGB value is (32,64,60). Sum of RGB (Red+Green+Blue) = 32+64+60=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #20403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20403C is #DFBFC3. Grayscale: #353535. Windows color (decimal): -14663620 or 3948576. OLE color: 3948576.

HSL color Cylindrical-coordinate representation of color #20403C: hue angle of 172.5º 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 #20403C is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB326460-
CMYK0.5000.060.75
HSL172.5º33.33%18.82%-
HSV(B)172.5º50%25.1%-
XYZ3.244.34.93-
YUV53.98131.4112.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.51%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=20.51%
G=41.03%
B=38.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3264600.5000.060.75172.533.3318.82
Hex20403C32064Bac2113
Octal401007462061132544123
Binary1000001000000111100110010011010010111010110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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