#14403A

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

Shades of Deep Teal #14403A

Tints of Deep Teal #14403A

Color information

#14403A (or 0x14403A) is unknown color: approx Deep Teal. HEX triplet: 14, 40 and 3A. RGB value is (20,64,58). Sum of RGB (Red+Green+Blue) = 20+64+58=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #14403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14403A is #EBBFC5. Grayscale: #323232. Windows color (decimal): -15450054 or 3817492. OLE color: 3817492.

HSL color Cylindrical-coordinate representation of color #14403A: hue angle of 171.82º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14403A is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB206458-
CMYK0.6900.090.75
HSL171.82º52.38%16.47%-
HSV(B)171.82º68.75%25.1%-
XYZ2.894.124.65-
YUV50.16132.42106.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=14.08%
G=45.07%
B=40.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064580.6900.090.75171.8252.3816.47
Hex14403A45094Bac3410
Octal24100721050111132546420
Binary10100100000011101010001010100110010111010110011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14403A; }

 p { color: rgb(20,64,58); }

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

<style>
 a { background-color: #14403A; }

 a { background-color: rgb(20,64,58); }

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

<style>
 span { border-color: #14403A; }

 span { border-color: rgb(20,64,58); }

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