#14473F

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

Shades of Deep Teal #14473F

Tints of Deep Teal #14473F

Color information

#14473F (or 0x14473F) is unknown color: approx Deep Teal. HEX triplet: 14, 47 and 3F. RGB value is (20,71,63). Sum of RGB (Red+Green+Blue) = 20+71+63=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #14473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14473F is #EBB8C0. Grayscale: #363636. Windows color (decimal): -15448257 or 4146964. OLE color: 4146964.

HSL color Cylindrical-coordinate representation of color #14473F: hue angle of 170.59º 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 #14473F is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB207163-
CMYK0.7200.110.72
HSL170.59º56.04%17.84%-
HSV(B)170.59º71.83%27.84%-
XYZ3.445.015.49-
YUV54.84132.6103.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 63 (25% from 255) = 40.91%
R=12.99%
G=46.10%
B=40.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071630.7200.110.72170.5956.0417.84
Hex14473F480B48ab3812
Octal24107771100131102537022
Binary10100100011111111110010000101110010001010101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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