Html Css Color HEX #13413C Deep Teal

📋 copy color: '#13413C'

red 19 ◦ green 65 ◦ blue 60

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

Shades of Deep Teal #13413C

Tints of Deep Teal #13413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.14%

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

R = 13.19%
G = 45.14%
B = 41.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#13413C (or 0x13413C) is known color: Deep Teal. HEX triplet: 13, 41 and 3C. RGB value is (19,65,60). Sum of RGB (Red+Green+Blue) = 19+65+60=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #13413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13413C is #ECBEC3. Grayscale: #323232. Windows color (decimal): -15515332 or 3948819. OLE color: 3948819.

HSL color Cylindrical-coordinate representation of color #13413C: hue angle of 173.48º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13413C is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 60 -
CMYK 0.71 0 0.08 0.75
HSL 173.48º 0.55% 0.16% -
HSV(B) 173.48º 0.71% 0.25% -
XYZ 2.97 4.25 4.94 -
YUV 50.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 19 65 60 0.71 0 0.08 0.75 173.48 0.55 0.16
Hex 13 41 3C 47 0 8 4B AD 37 10
Octal 23 101 74 107 0 10 113 255 67 20
Binary 10011 1000001 111100 1000111 0 1000 1001011 10101101 110111 10000

Color Harmonies of #13413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13413C

Black with #13413C

Text Example


Text Example

White with #13413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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