#13403C

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

Shades of Deep Teal #13403C

Tints of Deep Teal #13403C

Color information

#13403C (or 0x13403C) is unknown color: approx Deep Teal. HEX triplet: 13, 40 and 3C. RGB value is (19,64,60). Sum of RGB (Red+Green+Blue) = 19+64+60=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #13403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13403C is #ECBFC3. Grayscale: #323232. Windows color (decimal): -15515588 or 3948563. OLE color: 3948563.

HSL color Cylindrical-coordinate representation of color #13403C: hue angle of 174.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13403C is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB196460-
CMYK0.7000.060.75
HSL174.67º54.22%16.27%-
HSV(B)174.67º70.31%25.1%-
XYZ2.924.134.92-
YUV50.09133.59105.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 60 (23.83% from 255) = 41.96%
R=13.29%
G=44.76%
B=41.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964600.7000.060.75174.6754.2216.27
Hex13403C46064Baf3610
Octal2310074106061132576620
Binary1001110000001111001000110011010010111010111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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