Html Css Color HEX #13493A Deep Teal

📋 copy color: '#13493A'

red 19 ◦ green 73 ◦ blue 58

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

Shades of Deep Teal #13493A

Tints of Deep Teal #13493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.67%

 BLUE value IS 58 (23.05% from 255) = 38.67%

R = 12.67%
G = 48.67%
B = 38.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#13493A (or 0x13493A) is known color: Deep Teal. HEX triplet: 13, 49 and 3A. RGB value is (19,73,58). Sum of RGB (Red+Green+Blue) = 19+73+58=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #13493A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13493A is #ECB6C5. Grayscale: #373737. Windows color (decimal): -15513286 or 3819795. OLE color: 3819795.

HSL color Cylindrical-coordinate representation of color #13493A: hue angle of 163.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13493A is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 58 -
CMYK 0.74 0 0.21 0.71
HSL 163.33º 0.59% 0.18% -
HSV(B) 163.33º 0.74% 0.29% -
XYZ 3.41 5.21 4.83 -
YUV 55.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 19 73 58 0.74 0 0.21 0.71 163.33 0.59 0.18
Hex 13 49 3A 4A 0 15 47 A3 3B 12
Octal 23 111 72 112 0 25 107 243 73 22
Binary 10011 1001001 111010 1001010 0 10101 1000111 10100011 111011 10010

Color Harmonies of #13493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13493A

Black with #13493A

Text Example


Text Example

White with #13493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13493A; }

 p { color: rgb(19,73,58); }

 H1.HeaderClassName
 {
   color: #13493A;
 }
 .AnyTagClassName
 {
   color: #13493A;
 }
</style>

background-color css

<style>
 a { background-color: #13493A; }

 a { background-color: rgb(19,73,58); }

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

border-color css

<style>
 span { border-color: #13493A; }

 span { border-color: rgb(19,73,58); }

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