#13443C

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

Shades of Deep Teal #13443C

Tints of Deep Teal #13443C

Color information

#13443C (or 0x13443C) is unknown color: approx Deep Teal. HEX triplet: 13, 44 and 3C. RGB value is (19,68,60). Sum of RGB (Red+Green+Blue) = 19+68+60=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #13443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13443C is #ECBBC3. Grayscale: #343434. Windows color (decimal): -15514564 or 3949587. OLE color: 3949587.

HSL color Cylindrical-coordinate representation of color #13443C: hue angle of 170.2º 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 #13443C is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB196860-
CMYK0.7200.120.73
HSL170.2º56.32%17.06%-
HSV(B)170.2º72.06%26.67%-
XYZ3.154.65-
YUV52.44132.27104.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 68 (26.95% from 255) = 46.26%
BLUE value IS 60 (23.83% from 255) = 40.82%
R=12.93%
G=46.26%
B=40.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968600.7200.120.73170.256.3217.06
Hex13443C480C49aa3811
Octal23104741100141112527021
Binary10011100010011110010010000110010010011010101011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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