#13483A

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

Shades of Deep Teal #13483A

Tints of Deep Teal #13483A

Color information

#13483A (or 0x13483A) is unknown color: approx Deep Teal. HEX triplet: 13, 48 and 3A. RGB value is (19,72,58). Sum of RGB (Red+Green+Blue) = 19+72+58=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #13483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13483A is #ECB7C5. Grayscale: #363636. Windows color (decimal): -15513542 or 3819539. OLE color: 3819539.

HSL color Cylindrical-coordinate representation of color #13483A: hue angle of 164.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13483A is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB197258-
CMYK0.7400.190.72
HSL164.15º58.24%17.84%-
HSV(B)164.15º73.61%28.24%-
XYZ3.355.084.81-
YUV54.56129.94102.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 72 (28.52% from 255) = 48.32%
BLUE value IS 58 (23.05% from 255) = 38.93%
R=12.75%
G=48.32%
B=38.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972580.7400.190.72164.1558.2417.84
Hex13483A4A01348a43a12
Octal23110721120231102447222
Binary100111001000111010100101001001110010001010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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