#13483D

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

Shades of Deep Teal #13483D

Tints of Deep Teal #13483D

Color information

#13483D (or 0x13483D) is unknown color: approx Deep Teal. HEX triplet: 13, 48 and 3D. RGB value is (19,72,61). Sum of RGB (Red+Green+Blue) = 19+72+61=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #13483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13483D is #ECB7C2. Grayscale: #363636. Windows color (decimal): -15513539 or 4016147. OLE color: 4016147.

HSL color Cylindrical-coordinate representation of color #13483D: hue angle of 167.55º 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 #13483D is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB197261-
CMYK0.7400.150.72
HSL167.55º58.24%17.84%-
HSV(B)167.55º73.61%28.24%-
XYZ3.435.115.22-
YUV54.9131.44102.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 72 (28.52% from 255) = 47.37%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=12.5%
G=47.37%
B=40.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972610.7400.150.72167.5558.2417.84
Hex13483D4A0F48a83a12
Octal23110751120171102507222
Binary10011100100011110110010100111110010001010100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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