#13493E

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

Shades of Deep Teal #13493E

Tints of Deep Teal #13493E

Color information

#13493E (or 0x13493E) is unknown color: approx Deep Teal. HEX triplet: 13, 49 and 3E. RGB value is (19,73,62). Sum of RGB (Red+Green+Blue) = 19+73+62=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #13493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13493E is #ECB6C1. Grayscale: #373737. Windows color (decimal): -15513282 or 4081939. OLE color: 4081939.

HSL color Cylindrical-coordinate representation of color #13493E: hue angle of 167.78º 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 #13493E is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB197362-
CMYK0.7400.150.71
HSL167.78º58.7%18.04%-
HSV(B)167.78º73.97%28.63%-
XYZ3.525.255.39-
YUV55.6131.61101.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 73 (28.91% from 255) = 47.40%
BLUE value IS 62 (24.61% from 255) = 40.26%
R=12.34%
G=47.40%
B=40.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973620.7400.150.71167.7858.718.04
Hex13493E4A0F47a83b12
Octal23111761120171072507322
Binary10011100100111111010010100111110001111010100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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