#20463E

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

Shades of Deep Teal #20463E

Tints of Deep Teal #20463E

Color information

#20463E (or 0x20463E) is unknown color: approx Deep Teal. HEX triplet: 20, 46 and 3E. RGB value is (32,70,62). Sum of RGB (Red+Green+Blue) = 32+70+62=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 70 - color contains mainly: green. Hex color #20463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20463E is #DFB9C1. Grayscale: #393939. Windows color (decimal): -14662082 or 4081184. OLE color: 4081184.

HSL color Cylindrical-coordinate representation of color #20463E: hue angle of 167.37º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #20463E is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB327062-
CMYK0.5400.110.73
HSL167.37º37.25%20%-
HSV(B)167.37º54.29%27.45%-
XYZ3.665.045.34-
YUV57.73130.41109.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 70 (27.73% from 255) = 42.68%
BLUE value IS 62 (24.61% from 255) = 37.80%
R=19.51%
G=42.68%
B=37.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3270620.5400.110.73167.3737.2520
Hex20463E360B49a72514
Octal4010676660131112474524
Binary10000010001101111101101100101110010011010011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20463E; }

 p { color: rgb(32,70,62); }

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

<style>
 a { background-color: #20463E; }

 a { background-color: rgb(32,70,62); }

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

<style>
 span { border-color: #20463E; }

 span { border-color: rgb(32,70,62); }

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