#14413B

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

Shades of Deep Teal #14413B

Tints of Deep Teal #14413B

Color information

#14413B (or 0x14413B) is unknown color: approx Deep Teal. HEX triplet: 14, 41 and 3B. RGB value is (20,65,59). Sum of RGB (Red+Green+Blue) = 20+65+59=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #14413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14413B is #EBBEC4. Grayscale: #323232. Windows color (decimal): -15449797 or 3883284. OLE color: 3883284.

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

Color convert

RGB206559-
CMYK0.6900.090.75
HSL172º52.94%16.67%-
HSV(B)172º69.23%25.49%-
XYZ2.974.254.8-
YUV50.86132.59105.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=13.89%
G=45.14%
B=40.97%

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
Decimal2065590.6900.090.7517252.9416.67
Hex14413B45094Bac3511
Octal24101731050111132546521
Binary10100100000111101110001010100110010111010110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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