#15473A

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

Shades of Deep Teal #15473A

Tints of Deep Teal #15473A

Color information

#15473A (or 0x15473A) is unknown color: approx Deep Teal. HEX triplet: 15, 47 and 3A. RGB value is (21,71,58). Sum of RGB (Red+Green+Blue) = 21+71+58=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #15473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15473A is #EAB8C5. Grayscale: #363636. Windows color (decimal): -15382726 or 3819285. OLE color: 3819285.

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

Color convert

RGB217158-
CMYK0.7000.180.72
HSL164.4º54.35%18.04%-
HSV(B)164.4º70.42%27.84%-
XYZ3.334.974.79-
YUV54.57129.94104.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=14%
G=47.33%
B=38.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171580.7000.180.72164.454.3518.04
Hex15473A4601248a43612
Octal25107721060221102446622
Binary101011000111111010100011001001010010001010010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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