#13493D

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

Shades of Deep Teal #13493D

Tints of Deep Teal #13493D

Color information

#13493D (or 0x13493D) is unknown color: approx Deep Teal. HEX triplet: 13, 49 and 3D. RGB value is (19,73,61). Sum of RGB (Red+Green+Blue) = 19+73+61=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #13493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13493D is #ECB6C2. Grayscale: #373737. Windows color (decimal): -15513283 or 4016403. OLE color: 4016403.

HSL color Cylindrical-coordinate representation of color #13493D: hue angle of 166.67º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13493D is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB197361-
CMYK0.7400.160.71
HSL166.67º58.7%18.04%-
HSV(B)166.67º73.97%28.63%-
XYZ3.495.245.24-
YUV55.49131.11101.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 73 (28.91% from 255) = 47.71%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=12.42%
G=47.71%
B=39.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973610.7400.160.71166.6758.718.04
Hex13493D4A01047a73b12
Octal23111751120201072477322
Binary100111001001111101100101001000010001111010011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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