#13483E

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

Shades of Deep Teal #13483E

Tints of Deep Teal #13483E

Color information

#13483E (or 0x13483E) is unknown color: approx Deep Teal. HEX triplet: 13, 48 and 3E. RGB value is (19,72,62). Sum of RGB (Red+Green+Blue) = 19+72+62=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #13483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13483E is #ECB7C1. Grayscale: #373737. Windows color (decimal): -15513538 or 4081683. OLE color: 4081683.

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

Color convert

RGB197262-
CMYK0.7400.140.72
HSL168.68º58.24%17.84%-
HSV(B)168.68º73.61%28.24%-
XYZ3.465.125.36-
YUV55.01131.94102.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=12.42%
G=47.06%
B=40.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972620.7400.140.72168.6858.2417.84
Hex13483E4A0E48a93a12
Octal23110761120161102517222
Binary10011100100011111010010100111010010001010100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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