#13413C

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

Shades of Deep Teal #13413C

Tints of Deep Teal #13413C

Color information

#13413C (or 0x13413C) is unknown color: approx Deep Teal. HEX triplet: 13, 41 and 3C. RGB value is (19,65,60). Sum of RGB (Red+Green+Blue) = 19+65+60=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #13413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13413C is #ECBEC3. Grayscale: #323232. Windows color (decimal): -15515332 or 3948819. OLE color: 3948819.

HSL color Cylindrical-coordinate representation of color #13413C: hue angle of 173.48º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13413C is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB196560-
CMYK0.7100.080.75
HSL173.48º54.76%16.47%-
HSV(B)173.48º70.77%25.49%-
XYZ2.974.254.94-
YUV50.68133.26105.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=13.19%
G=45.14%
B=41.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965600.7100.080.75173.4854.7616.47
Hex13413C47084Bad3710
Octal23101741070101132556720
Binary10011100000111110010001110100010010111010110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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