Html Css Color HEX #13473F Deep Teal

📋 copy color: '#13473F'

red 19 ◦ green 71 ◦ blue 63

#13473F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #13473F

Tints of Deep Teal #13473F

RGB

 RED value IS 19 (7.81% from 255) = 12.42%

 GREEN value IS 71 (28.13% from 255) = 46.41%

 BLUE value IS 63 (25% from 255) = 41.18%

R = 12.42%
G = 46.41%
B = 41.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#13473F (or 0x13473F) is known color: 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

RGB 19 71 63 -
CMYK 0.73 0 0.11 0.72
HSL 170.77º 0.58% 0.18% -
HSV(B) 170.77º 0.73% 0.28% -
XYZ 3.42 5 5.49 -
YUV 54.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 19 71 63 0.73 0 0.11 0.72 170.77 0.58 0.18
Hex 13 47 3F 49 0 B 48 AB 3A 12
Octal 23 107 77 111 0 13 110 253 72 22
Binary 10011 1000111 111111 1001001 0 1011 1001000 10101011 111010 10010

Color Harmonies of #13473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13473F

Black with #13473F

Text Example


Text Example

White with #13473F

Text Example


Text Example

HTML Codes & Css Web 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>