Html Css Color HEX #13403C Deep Teal

📋 copy color: '#13403C'

red 19 ◦ green 64 ◦ blue 60

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

Shades of Deep Teal #13403C

Tints of Deep Teal #13403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.76%

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

R = 13.29%
G = 44.76%
B = 41.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#13403C (or 0x13403C) is known color: Deep Teal. HEX triplet: 13, 40 and 3C. RGB value is (19,64,60). Sum of RGB (Red+Green+Blue) = 19+64+60=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #13403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13403C is #ECBFC3. Grayscale: #323232. Windows color (decimal): -15515588 or 3948563. OLE color: 3948563.

HSL color Cylindrical-coordinate representation of color #13403C: hue angle of 174.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13403C is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 60 -
CMYK 0.70 0 0.06 0.75
HSL 174.67º 0.54% 0.16% -
HSV(B) 174.67º 0.7% 0.25% -
XYZ 2.92 4.13 4.92 -
YUV 50.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 19 64 60 0.70 0 0.06 0.75 174.67 0.54 0.16
Hex 13 40 3C 46 0 6 4B AF 36 10
Octal 23 100 74 106 0 6 113 257 66 20
Binary 10011 1000000 111100 1000110 0 110 1001011 10101111 110110 10000

Color Harmonies of #13403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13403C

Black with #13403C

Text Example


Text Example

White with #13403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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