Shades of Deep Teal #15473C
Tints of Deep Teal #15473C
RGB
CMYK
RGB Variations
Color information
#15473C (or 0x15473C) is known color: 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
| RGB | 21 | 71 | 60 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.72 |
| HSL | 166.8º | 0.54% | 0.18% | - |
| HSV(B) | 166.8º | 0.7% | 0.28% | - |
| XYZ | 3.38 | 4.99 | 5.06 | - |
| YUV | 54.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 60 | 0.70 | 0 | 0.15 | 0.72 | 166.8 | 0.54 | 0.18 |
| Hex | 15 | 47 | 3C | 46 | 0 | F | 48 | A7 | 36 | 12 |
| Octal | 25 | 107 | 74 | 106 | 0 | 17 | 110 | 247 | 66 | 22 |
| Binary | 10101 | 1000111 | 111100 | 1000110 | 0 | 1111 | 1001000 | 10100111 | 110110 | 10010 |
Color Harmonies of #15473C
Complementary color
Monochromatic Colors of #15473C
Black with #15473C
Text Example
Text Example
White with #15473C
Text Example
Text Example
HTML Codes & Css Web 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>