#13433B

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

Shades of Deep Teal #13433B

Tints of Deep Teal #13433B

Color information

#13433B (or 0x13433B) is unknown color: approx Deep Teal. HEX triplet: 13, 43 and 3B. RGB value is (19,67,59). Sum of RGB (Red+Green+Blue) = 19+67+59=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #13433B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13433B is #ECBCC4. Grayscale: #333333. Windows color (decimal): -15514821 or 3883795. OLE color: 3883795.

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

Color convert

RGB196759-
CMYK0.7200.120.74
HSL170º55.81%16.86%-
HSV(B)170º71.64%26.27%-
XYZ3.074.474.84-
YUV51.74132.1104.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 59 (23.44% from 255) = 40.69%
R=13.10%
G=46.21%
B=40.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967590.7200.120.7417055.8116.86
Hex13433B480C4Aaa3811
Octal23103731100141122527021
Binary10011100001111101110010000110010010101010101011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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