#13453C

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

Shades of Deep Teal #13453C

Tints of Deep Teal #13453C

Color information

#13453C (or 0x13453C) is unknown color: approx Deep Teal. HEX triplet: 13, 45 and 3C. RGB value is (19,69,60). Sum of RGB (Red+Green+Blue) = 19+69+60=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #13453C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13453C is #ECBAC3. Grayscale: #353535. Windows color (decimal): -15514308 or 3949843. OLE color: 3949843.

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

Color convert

RGB196960-
CMYK0.7200.130.73
HSL169.2º56.82%17.25%-
HSV(B)169.2º72.46%27.06%-
XYZ3.214.725.02-
YUV53.02131.94103.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 69 (27.34% from 255) = 46.62%
BLUE value IS 60 (23.83% from 255) = 40.54%
R=12.84%
G=46.62%
B=40.54%

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
Decimal1969600.7200.130.73169.256.8217.25
Hex13453C480D49a93911
Octal23105741100151112517121
Binary10011100010111110010010000110110010011010100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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