#14493E

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

Shades of Deep Teal #14493E

Tints of Deep Teal #14493E

Color information

#14493E (or 0x14493E) is unknown color: approx Deep Teal. HEX triplet: 14, 49 and 3E. RGB value is (20,73,62). Sum of RGB (Red+Green+Blue) = 20+73+62=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #14493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14493E is #EBB6C1. Grayscale: #373737. Windows color (decimal): -15447746 or 4081940. OLE color: 4081940.

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

Color convert

RGB207362-
CMYK0.7300.150.71
HSL167.55º56.99%18.24%-
HSV(B)167.55º72.6%28.63%-
XYZ3.545.265.39-
YUV55.9131.44102.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 62 (24.61% from 255) = 40%
R=12.90%
G=47.10%
B=40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2073620.7300.150.71167.5556.9918.24
Hex14493E490F47a83912
Octal24111761110171072507122
Binary10100100100111111010010010111110001111010100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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