#13473E

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

Shades of Deep Teal #13473E

Tints of Deep Teal #13473E

Color information

#13473E (or 0x13473E) is unknown color: approx Deep Teal. HEX triplet: 13, 47 and 3E. RGB value is (19,71,62). Sum of RGB (Red+Green+Blue) = 19+71+62=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #13473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13473E is #ECB8C1. Grayscale: #363636. Windows color (decimal): -15513794 or 4081427. OLE color: 4081427.

HSL color Cylindrical-coordinate representation of color #13473E: hue angle of 169.62º 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 #13473E is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB197162-
CMYK0.7300.130.72
HSL169.62º57.78%17.65%-
HSV(B)169.62º73.24%27.84%-
XYZ3.394.995.34-
YUV54.43132.27102.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 62 (24.61% from 255) = 40.79%
R=12.5%
G=46.71%
B=40.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971620.7300.130.72169.6257.7817.65
Hex13473E490D48aa3a12
Octal23107761110151102527222
Binary10011100011111111010010010110110010001010101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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