#13443D

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

Shades of Deep Teal #13443D

Tints of Deep Teal #13443D

Color information

#13443D (or 0x13443D) is unknown color: approx Deep Teal. HEX triplet: 13, 44 and 3D. RGB value is (19,68,61). Sum of RGB (Red+Green+Blue) = 19+68+61=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #13443D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13443D is #ECBBC2. Grayscale: #343434. Windows color (decimal): -15514563 or 4015123. OLE color: 4015123.

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

Color convert

RGB196861-
CMYK0.7200.100.73
HSL171.43º56.32%17.06%-
HSV(B)171.43º72.06%26.67%-
XYZ3.184.615.14-
YUV52.55132.77104.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 61 (24.22% from 255) = 41.22%
R=12.84%
G=45.95%
B=41.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968610.7200.100.73171.4356.3217.06
Hex13443D480A49ab3811
Octal23104751100121112537021
Binary10011100010011110110010000101010010011010101111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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