#15473D

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

Shades of Deep Teal #15473D

Tints of Deep Teal #15473D

Color information

#15473D (or 0x15473D) is unknown color: approx Deep Teal. HEX triplet: 15, 47 and 3D. RGB value is (21,71,61). Sum of RGB (Red+Green+Blue) = 21+71+61=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #15473D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15473D is #EAB8C2. Grayscale: #363636. Windows color (decimal): -15382723 or 4015893. OLE color: 4015893.

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

Color convert

RGB217161-
CMYK0.7000.140.72
HSL168º54.35%18.04%-
HSV(B)168º70.42%27.84%-
XYZ3.455.2-
YUV54.91131.44103.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=13.73%
G=46.41%
B=39.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171610.7000.140.7216854.3518.04
Hex15473D460E48a83612
Octal25107751060161102506622
Binary10101100011111110110001100111010010001010100011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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