Html Css Color HEX #13443D Deep Teal

📋 copy color: '#13443D'

red 19 ◦ green 68 ◦ blue 61

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

Shades of Deep Teal #13443D

Tints of Deep Teal #13443D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 41.22%

R = 12.84%
G = 45.95%
B = 41.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#13443D (or 0x13443D) is known color: Deep Teal. HEX triplet: 13, 44 and 3D. RGB value is (19,68,61). Sum of RGB (Red+Green+Blue) = 19+68+61=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #13443D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13443D is #ECBBC2. Grayscale: #343434. Windows color (decimal): -15514563 or 4015123. OLE color: 4015123.

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

Color convert

RGB 19 68 61 -
CMYK 0.72 0 0.10 0.73
HSL 171.43º 0.56% 0.17% -
HSV(B) 171.43º 0.72% 0.27% -
XYZ 3.18 4.61 5.14 -
YUV 52.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 19 68 61 0.72 0 0.10 0.73 171.43 0.56 0.17
Hex 13 44 3D 48 0 A 49 AB 38 11
Octal 23 104 75 110 0 12 111 253 70 21
Binary 10011 1000100 111101 1001000 0 1010 1001001 10101011 111000 10001

Color Harmonies of #13443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13443D

Black with #13443D

Text Example


Text Example

White with #13443D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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