#13463C

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

Shades of Deep Teal #13463C

Tints of Deep Teal #13463C

Color information

#13463C (or 0x13463C) is unknown color: approx Deep Teal. HEX triplet: 13, 46 and 3C. RGB value is (19,70,60). Sum of RGB (Red+Green+Blue) = 19+70+60=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #13463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13463C is #ECB9C3. Grayscale: #353535. Windows color (decimal): -15514052 or 3950099. OLE color: 3950099.

HSL color Cylindrical-coordinate representation of color #13463C: hue angle of 168.24º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13463C is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB197060-
CMYK0.7300.140.73
HSL168.24º57.3%17.45%-
HSV(B)168.24º72.86%27.45%-
XYZ3.274.855.04-
YUV53.61131.6103.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 60 (23.83% from 255) = 40.27%
R=12.75%
G=46.98%
B=40.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970600.7300.140.73168.2457.317.45
Hex13463C490E49a83911
Octal23106741110161112507121
Binary10011100011011110010010010111010010011010100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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