#15463A

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

Shades of Deep Teal #15463A

Tints of Deep Teal #15463A

Color information

#15463A (or 0x15463A) is unknown color: approx Deep Teal. HEX triplet: 15, 46 and 3A. RGB value is (21,70,58). Sum of RGB (Red+Green+Blue) = 21+70+58=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #15463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15463A is #EAB9C5. Grayscale: #353535. Windows color (decimal): -15382982 or 3819029. OLE color: 3819029.

HSL color Cylindrical-coordinate representation of color #15463A: hue angle of 165.31º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15463A is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB217058-
CMYK0.7000.170.73
HSL165.31º53.85%17.84%-
HSV(B)165.31º70%27.45%-
XYZ3.264.854.77-
YUV53.98130.27104.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 58 (23.05% from 255) = 38.93%
R=14.09%
G=46.98%
B=38.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2170580.7000.170.73165.3153.8517.84
Hex15463A4601149a53612
Octal25106721060211112456622
Binary101011000110111010100011001000110010011010010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,70,58); }

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

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

 a { background-color: rgb(21,70,58); }

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

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

 span { border-color: rgb(21,70,58); }

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