Shades of Deep Teal #15473A
Tints of Deep Teal #15473A
RGB
CMYK
RGB Variations
Color information
#15473A (or 0x15473A) is known color: 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
| RGB | 21 | 71 | 58 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.72 |
| HSL | 164.4º | 0.54% | 0.18% | - |
| HSV(B) | 164.4º | 0.7% | 0.28% | - |
| XYZ | 3.33 | 4.97 | 4.79 | - |
| YUV | 54.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 58 | 0.70 | 0 | 0.18 | 0.72 | 164.4 | 0.54 | 0.18 |
| Hex | 15 | 47 | 3A | 46 | 0 | 12 | 48 | A4 | 36 | 12 |
| Octal | 25 | 107 | 72 | 106 | 0 | 22 | 110 | 244 | 66 | 22 |
| Binary | 10101 | 1000111 | 111010 | 1000110 | 0 | 10010 | 1001000 | 10100100 | 110110 | 10010 |
Color Harmonies of #15473A
Complementary color
Monochromatic Colors of #15473A
Black with #15473A
Text Example
Text Example
White with #15473A
Text Example
Text Example
HTML Codes & Css Web 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>