#13493C

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

Shades of Deep Teal #13493C

Tints of Deep Teal #13493C

Color information

#13493C (or 0x13493C) is unknown color: approx Deep Teal. HEX triplet: 13, 49 and 3C. RGB value is (19,73,60). Sum of RGB (Red+Green+Blue) = 19+73+60=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #13493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13493C is #ECB6C3. Grayscale: #373737. Windows color (decimal): -15513284 or 3950867. OLE color: 3950867.

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

Color convert

RGB197360-
CMYK0.7400.180.71
HSL165.56º58.7%18.04%-
HSV(B)165.56º73.97%28.63%-
XYZ3.475.235.1-
YUV55.37130.61102.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 73 (28.91% from 255) = 48.03%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=12.5%
G=48.03%
B=39.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973600.7400.180.71165.5658.718.04
Hex13493C4A01247a63b12
Octal23111741120221072467322
Binary100111001001111100100101001001010001111010011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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