#14463F

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

Shades of Deep Teal #14463F

Tints of Deep Teal #14463F

Color information

#14463F (or 0x14463F) is unknown color: approx Deep Teal. HEX triplet: 14, 46 and 3F. RGB value is (20,70,63). Sum of RGB (Red+Green+Blue) = 20+70+63=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #14463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14463F is #EBB9C0. Grayscale: #363636. Windows color (decimal): -15448513 or 4146708. OLE color: 4146708.

HSL color Cylindrical-coordinate representation of color #14463F: hue angle of 171.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14463F is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB207063-
CMYK0.7100.100.73
HSL171.6º55.56%17.65%-
HSV(B)171.6º71.43%27.45%-
XYZ3.384.895.47-
YUV54.25132.94103.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 70 (27.73% from 255) = 45.75%
BLUE value IS 63 (25% from 255) = 41.18%
R=13.07%
G=45.75%
B=41.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2070630.7100.100.73171.655.5617.65
Hex14463F470A49ac3812
Octal24106771070121112547022
Binary10100100011011111110001110101010010011010110011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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