#14473B

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

Shades of Deep Teal #14473B

Tints of Deep Teal #14473B

Color information

#14473B (or 0x14473B) is unknown color: approx Deep Teal. HEX triplet: 14, 47 and 3B. RGB value is (20,71,59). Sum of RGB (Red+Green+Blue) = 20+71+59=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #14473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14473B is #EBB8C4. Grayscale: #363636. Windows color (decimal): -15448261 or 3884820. OLE color: 3884820.

HSL color Cylindrical-coordinate representation of color #14473B: hue angle of 165.88º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14473B is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB207159-
CMYK0.7200.170.72
HSL165.88º56.04%17.84%-
HSV(B)165.88º71.83%27.84%-
XYZ3.334.974.92-
YUV54.38130.6103.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 59 (23.44% from 255) = 39.33%
R=13.33%
G=47.33%
B=39.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071590.7200.170.72165.8856.0417.84
Hex14473B4801148a63812
Octal24107731100211102467022
Binary101001000111111011100100001000110010001010011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14473B; }

 p { color: rgb(20,71,59); }

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

<style>
 a { background-color: #14473B; }

 a { background-color: rgb(20,71,59); }

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

<style>
 span { border-color: #14473B; }

 span { border-color: rgb(20,71,59); }

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