#20493E

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

Shades of Deep Teal #20493E

Tints of Deep Teal #20493E

Color information

#20493E (or 0x20493E) is unknown color: approx Deep Teal. HEX triplet: 20, 49 and 3E. RGB value is (32,73,62). Sum of RGB (Red+Green+Blue) = 32+73+62=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #20493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20493E is #DFB6C1. Grayscale: #3B3B3B. Windows color (decimal): -14661314 or 4081952. OLE color: 4081952.

HSL color Cylindrical-coordinate representation of color #20493E: hue angle of 163.9º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20493E is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB327362-
CMYK0.5600.150.71
HSL163.9º39.05%20.59%-
HSV(B)163.9º56.16%28.63%-
XYZ3.855.425.4-
YUV59.49129.42108.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 73 (28.91% from 255) = 43.71%
BLUE value IS 62 (24.61% from 255) = 37.13%
R=19.16%
G=43.71%
B=37.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3273620.5600.150.71163.939.0520.59
Hex20493E380F47a42715
Octal4011176700171072444725
Binary10000010010011111101110000111110001111010010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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