#13473F

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

Shades of Deep Teal #13473F

Tints of Deep Teal #13473F

Color information

#13473F (or 0x13473F) is unknown color: approx Deep Teal. HEX triplet: 13, 47 and 3F. RGB value is (19,71,63). Sum of RGB (Red+Green+Blue) = 19+71+63=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #13473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13473F is #ECB8C0. Grayscale: #363636. Windows color (decimal): -15513793 or 4146963. OLE color: 4146963.

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

Color convert

RGB197163-
CMYK0.7300.110.72
HSL170.77º57.78%17.65%-
HSV(B)170.77º73.24%27.84%-
XYZ3.4255.49-
YUV54.54132.77102.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 63 (25% from 255) = 41.18%
R=12.42%
G=46.41%
B=41.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971630.7300.110.72170.7757.7817.65
Hex13473F490B48ab3a12
Octal23107771110131102537222
Binary10011100011111111110010010101110010001010101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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