Html Css Color HEX #20493E Deep Teal

📋 copy color: '#20493E'

red 32 ◦ green 73 ◦ blue 62

#20493E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #20493E

Tints of Deep Teal #20493E

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 value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#20493E (or 0x20493E) is known color: 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

RGB 32 73 62 -
CMYK 0.56 0 0.15 0.71
HSL 163.9º 0.39% 0.21% -
HSV(B) 163.9º 0.56% 0.29% -
XYZ 3.85 5.42 5.4 -
YUV 59.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 32 73 62 0.56 0 0.15 0.71 163.9 0.39 0.21
Hex 20 49 3E 38 0 F 47 A4 27 15
Octal 40 111 76 70 0 17 107 244 47 25
Binary 100000 1001001 111110 111000 0 1111 1000111 10100100 100111 10101

Color Harmonies of #20493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20493E

Black with #20493E

Text Example


Text Example

White with #20493E

Text Example


Text Example

HTML Codes & Css Web 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>