#13443F

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

Shades of Deep Teal #13443F

Tints of Deep Teal #13443F

Color information

#13443F (or 0x13443F) is unknown color: approx Deep Teal. HEX triplet: 13, 44 and 3F. RGB value is (19,68,63). Sum of RGB (Red+Green+Blue) = 19+68+63=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #13443F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13443F is #ECBBC0. Grayscale: #343434. Windows color (decimal): -15514561 or 4146195. OLE color: 4146195.

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

Color convert

RGB196863-
CMYK0.7200.070.73
HSL173.88º56.32%17.06%-
HSV(B)173.88º72.06%26.67%-
XYZ3.234.635.43-
YUV52.78133.77103.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 63 (25% from 255) = 42%
R=12.67%
G=45.33%
B=42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968630.7200.070.73173.8856.3217.06
Hex13443F480749ae3811
Octal2310477110071112567021
Binary1001110001001111111001000011110010011010111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,68,63); }

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

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

 a { background-color: rgb(19,68,63); }

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

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

 span { border-color: rgb(19,68,63); }

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