#13453A

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

Shades of Deep Teal #13453A

Tints of Deep Teal #13453A

Color information

#13453A (or 0x13453A) is unknown color: approx Deep Teal. HEX triplet: 13, 45 and 3A. RGB value is (19,69,58). Sum of RGB (Red+Green+Blue) = 19+69+58=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #13453A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13453A is #ECBAC5. Grayscale: #343434. Windows color (decimal): -15514310 or 3818771. OLE color: 3818771.

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

Color convert

RGB196958-
CMYK0.7200.160.73
HSL166.8º56.82%17.25%-
HSV(B)166.8º72.46%27.06%-
XYZ3.164.74.74-
YUV52.8130.94103.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=13.01%
G=47.26%
B=39.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969580.7200.160.73166.856.8217.25
Hex13453A4801049a73911
Octal23105721100201112477121
Binary100111000101111010100100001000010010011010011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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