#13483F

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

Shades of Deep Teal #13483F

Tints of Deep Teal #13483F

Color information

#13483F (or 0x13483F) is unknown color: approx Deep Teal. HEX triplet: 13, 48 and 3F. RGB value is (19,72,63). Sum of RGB (Red+Green+Blue) = 19+72+63=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #13483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13483F is #ECB7C0. Grayscale: #373737. Windows color (decimal): -15513537 or 4147219. OLE color: 4147219.

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

Color convert

RGB197263-
CMYK0.7400.120.72
HSL169.81º58.24%17.84%-
HSV(B)169.81º73.61%28.24%-
XYZ3.485.135.51-
YUV55.13132.44102.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 72 (28.52% from 255) = 46.75%
BLUE value IS 63 (25% from 255) = 40.91%
R=12.34%
G=46.75%
B=40.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972630.7400.120.72169.8158.2417.84
Hex13483F4A0C48aa3a12
Octal23110771120141102527222
Binary10011100100011111110010100110010010001010101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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