Html Css Color HEX #13443C Deep Teal

📋 copy color: '#13443C'

red 19 ◦ green 68 ◦ blue 60

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

Shades of Deep Teal #13443C

Tints of Deep Teal #13443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.26%

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

R = 12.93%
G = 46.26%
B = 40.82%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#13443C (or 0x13443C) is known color: Deep Teal. HEX triplet: 13, 44 and 3C. RGB value is (19,68,60). Sum of RGB (Red+Green+Blue) = 19+68+60=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #13443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13443C is #ECBBC3. Grayscale: #343434. Windows color (decimal): -15514564 or 3949587. OLE color: 3949587.

HSL color Cylindrical-coordinate representation of color #13443C: hue angle of 170.2º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13443C is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 60 -
CMYK 0.72 0 0.12 0.73
HSL 170.2º 0.56% 0.17% -
HSV(B) 170.2º 0.72% 0.27% -
XYZ 3.15 4.6 5 -
YUV 52.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 19 68 60 0.72 0 0.12 0.73 170.2 0.56 0.17
Hex 13 44 3C 48 0 C 49 AA 38 11
Octal 23 104 74 110 0 14 111 252 70 21
Binary 10011 1000100 111100 1001000 0 1100 1001001 10101010 111000 10001

Color Harmonies of #13443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13443C

Black with #13443C

Text Example


Text Example

White with #13443C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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