#13443A

Color #13443A Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #13443A

Tints of Deep Teal #13443A

Color information

#13443A (or 0x13443A) is unknown color: approx Deep Teal. HEX triplet: 13, 44 and 3A. RGB value is (19,68,58). Sum of RGB (Red+Green+Blue) = 19+68+58=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #13443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13443A is #ECBBC5. Grayscale: #343434. Windows color (decimal): -15514566 or 3818515. OLE color: 3818515.

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

Color convert

RGB196858-
CMYK0.7200.150.73
HSL167.76º56.32%17.06%-
HSV(B)167.76º72.06%26.67%-
XYZ3.14.584.72-
YUV52.21131.27104.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 68 (26.95% from 255) = 46.90%
BLUE value IS 58 (23.05% from 255) = 40%
R=13.10%
G=46.90%
B=40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968580.7200.150.73167.7656.3217.06
Hex13443A480F49a83811
Octal23104721100171112507021
Binary10011100010011101010010000111110010011010100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13443A;
 }
 .AnyTagClassName
 {
   color: #13443A;
 }
</style>
background-color css

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

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

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

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

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

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