#20463F

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

Shades of Deep Teal #20463F

Tints of Deep Teal #20463F

Color information

#20463F (or 0x20463F) is unknown color: approx Deep Teal. HEX triplet: 20, 46 and 3F. RGB value is (32,70,63). Sum of RGB (Red+Green+Blue) = 32+70+63=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #20463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20463F is #DFB9C0. Grayscale: #393939. Windows color (decimal): -14662081 or 4146720. OLE color: 4146720.

HSL color Cylindrical-coordinate representation of color #20463F: hue angle of 168.95º 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 #20463F is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB327063-
CMYK0.5400.100.73
HSL168.95º37.25%20%-
HSV(B)168.95º54.29%27.45%-
XYZ3.685.055.48-
YUV57.84130.91109.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 70 (27.73% from 255) = 42.42%
BLUE value IS 63 (25% from 255) = 38.18%
R=19.39%
G=42.42%
B=38.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3270630.5400.100.73168.9537.2520
Hex20463F360A49a92514
Octal4010677660121112514524
Binary10000010001101111111101100101010010011010100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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