#13443B

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

Shades of Deep Teal #13443B

Tints of Deep Teal #13443B

Color information

#13443B (or 0x13443B) is unknown color: approx Deep Teal. HEX triplet: 13, 44 and 3B. RGB value is (19,68,59). Sum of RGB (Red+Green+Blue) = 19+68+59=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #13443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13443B is #ECBBC4. Grayscale: #343434. Windows color (decimal): -15514565 or 3884051. OLE color: 3884051.

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

Color convert

RGB196859-
CMYK0.7200.130.73
HSL168.98º56.32%17.06%-
HSV(B)168.98º72.06%26.67%-
XYZ3.134.594.86-
YUV52.32131.77104.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 59 (23.44% from 255) = 40.41%
R=13.01%
G=46.58%
B=40.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968590.7200.130.73168.9856.3217.06
Hex13443B480D49a93811
Octal23104731100151112517021
Binary10011100010011101110010000110110010011010100111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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