#13473A

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

Shades of Deep Teal #13473A

Tints of Deep Teal #13473A

Color information

#13473A (or 0x13473A) is unknown color: approx Deep Teal. HEX triplet: 13, 47 and 3A. RGB value is (19,71,58). Sum of RGB (Red+Green+Blue) = 19+71+58=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #13473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13473A is #ECB8C5. Grayscale: #353535. Windows color (decimal): -15513798 or 3819283. OLE color: 3819283.

HSL color Cylindrical-coordinate representation of color #13473A: hue angle of 165º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13473A is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB197158-
CMYK0.7300.180.72
HSL165º57.78%17.65%-
HSV(B)165º73.24%27.84%-
XYZ3.294.954.79-
YUV53.97130.27103.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 71 (28.12% from 255) = 47.97%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=12.84%
G=47.97%
B=39.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971580.7300.180.7216557.7817.65
Hex13473A4901248a53a12
Octal23107721110221102457222
Binary100111000111111010100100101001010010001010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13473A; }

 p { color: rgb(19,71,58); }

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

<style>
 a { background-color: #13473A; }

 a { background-color: rgb(19,71,58); }

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

<style>
 span { border-color: #13473A; }

 span { border-color: rgb(19,71,58); }

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