Html Css Color HEX #13473C Deep Teal

📋 copy color: '#13473C'

red 19 ◦ green 71 ◦ blue 60

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

Shades of Deep Teal #13473C

Tints of Deep Teal #13473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 40%

R = 12.67%
G = 47.33%
B = 40%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#13473C (or 0x13473C) is known color: Deep Teal. HEX triplet: 13, 47 and 3C. RGB value is (19,71,60). Sum of RGB (Red+Green+Blue) = 19+71+60=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #13473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13473C is #ECB8C3. Grayscale: #363636. Windows color (decimal): -15513796 or 3950355. OLE color: 3950355.

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

Color convert

RGB 19 71 60 -
CMYK 0.73 0 0.15 0.72
HSL 167.31º 0.58% 0.18% -
HSV(B) 167.31º 0.73% 0.28% -
XYZ 3.34 4.97 5.06 -
YUV 54.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 19 71 60 0.73 0 0.15 0.72 167.31 0.58 0.18
Hex 13 47 3C 49 0 F 48 A7 3A 12
Octal 23 107 74 111 0 17 110 247 72 22
Binary 10011 1000111 111100 1001001 0 1111 1001000 10100111 111010 10010

Color Harmonies of #13473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13473C

Black with #13473C

Text Example


Text Example

White with #13473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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