Html Css Color HEX #13473D Deep Teal

📋 copy color: '#13473D'

red 19 ◦ green 71 ◦ blue 61

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

Shades of Deep Teal #13473D

Tints of Deep Teal #13473D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.4%

R = 12.58%
G = 47.02%
B = 40.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#13473D (or 0x13473D) is known color: Deep Teal. HEX triplet: 13, 47 and 3D. RGB value is (19,71,61). Sum of RGB (Red+Green+Blue) = 19+71+61=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #13473D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13473D is #ECB8C2. Grayscale: #363636. Windows color (decimal): -15513795 or 4015891. OLE color: 4015891.

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

Color convert

RGB 19 71 61 -
CMYK 0.73 0 0.14 0.72
HSL 168.46º 0.58% 0.18% -
HSV(B) 168.46º 0.73% 0.28% -
XYZ 3.36 4.98 5.2 -
YUV 54.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 19 71 61 0.73 0 0.14 0.72 168.46 0.58 0.18
Hex 13 47 3D 49 0 E 48 A8 3A 12
Octal 23 107 75 111 0 16 110 250 72 22
Binary 10011 1000111 111101 1001001 0 1110 1001000 10101000 111010 10010

Color Harmonies of #13473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13473D

Black with #13473D

Text Example


Text Example

White with #13473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13473D;
 }
 .AnyTagClassName
 {
   color: #13473D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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