#15473C

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

Shades of Deep Teal #15473C

Tints of Deep Teal #15473C

Color information

#15473C (or 0x15473C) is unknown color: approx Deep Teal. HEX triplet: 15, 47 and 3C. RGB value is (21,71,60). Sum of RGB (Red+Green+Blue) = 21+71+60=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #15473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15473C is #EAB8C3. Grayscale: #363636. Windows color (decimal): -15382724 or 3950357. OLE color: 3950357.

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

Color convert

RGB217160-
CMYK0.7000.150.72
HSL166.8º54.35%18.04%-
HSV(B)166.8º70.42%27.84%-
XYZ3.384.995.06-
YUV54.8130.94103.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=13.82%
G=46.71%
B=39.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171600.7000.150.72166.854.3518.04
Hex15473C460F48a73612
Octal25107741060171102476622
Binary10101100011111110010001100111110010001010011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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