#13483B

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

Shades of Deep Teal #13483B

Tints of Deep Teal #13483B

Color information

#13483B (or 0x13483B) is unknown color: approx Deep Teal. HEX triplet: 13, 48 and 3B. RGB value is (19,72,59). Sum of RGB (Red+Green+Blue) = 19+72+59=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #13483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13483B is #ECB7C4. Grayscale: #363636. Windows color (decimal): -15513541 or 3885075. OLE color: 3885075.

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

Color convert

RGB197259-
CMYK0.7400.180.72
HSL165.28º58.24%17.84%-
HSV(B)165.28º73.61%28.24%-
XYZ3.385.094.94-
YUV54.67130.44102.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 59 (23.44% from 255) = 39.33%
R=12.67%
G=48%
B=39.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972590.7400.180.72165.2858.2417.84
Hex13483B4A01248a53a12
Octal23110731120221102457222
Binary100111001000111011100101001001010010001010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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