#13443E

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

Shades of Deep Teal #13443E

Tints of Deep Teal #13443E

Color information

#13443E (or 0x13443E) is unknown color: approx Deep Teal. HEX triplet: 13, 44 and 3E. RGB value is (19,68,62). Sum of RGB (Red+Green+Blue) = 19+68+62=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #13443E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13443E is #ECBBC1. Grayscale: #343434. Windows color (decimal): -15514562 or 4080659. OLE color: 4080659.

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

Color convert

RGB196862-
CMYK0.7200.090.73
HSL172.65º56.32%17.06%-
HSV(B)172.65º72.06%26.67%-
XYZ3.214.625.28-
YUV52.66133.27103.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 68 (26.95% from 255) = 45.64%
BLUE value IS 62 (24.61% from 255) = 41.61%
R=12.75%
G=45.64%
B=41.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968620.7200.090.73172.6556.3217.06
Hex13443E480949ad3811
Octal23104761100111112557021
Binary10011100010011111010010000100110010011010110111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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