#15473F

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

Shades of Deep Teal #15473F

Tints of Deep Teal #15473F

Color information

#15473F (or 0x15473F) is unknown color: approx Deep Teal. HEX triplet: 15, 47 and 3F. RGB value is (21,71,63). Sum of RGB (Red+Green+Blue) = 21+71+63=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #15473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15473F is #EAB8C0. Grayscale: #373737. Windows color (decimal): -15382721 or 4146965. OLE color: 4146965.

HSL color Cylindrical-coordinate representation of color #15473F: hue angle of 170.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 #15473F is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB217163-
CMYK0.7000.110.72
HSL170.4º54.35%18.04%-
HSV(B)170.4º70.42%27.84%-
XYZ3.465.025.49-
YUV55.14132.44103.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 71 (28.12% from 255) = 45.81%
BLUE value IS 63 (25% from 255) = 40.65%
R=13.55%
G=45.81%
B=40.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171630.7000.110.72170.454.3518.04
Hex15473F460B48aa3612
Octal25107771060131102526622
Binary10101100011111111110001100101110010001010101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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