Shades of Deep Teal #15473B
Tints of Deep Teal #15473B
RGB
CMYK
RGB Variations
Color information
#15473B (or 0x15473B) is known color: Deep Teal. HEX triplet: 15, 47 and 3B. RGB value is (21,71,59). Sum of RGB (Red+Green+Blue) = 21+71+59=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #15473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15473B is #EAB8C4. Grayscale: #363636. Windows color (decimal): -15382725 or 3884821. OLE color: 3884821.
HSL color Cylindrical-coordinate representation of color #15473B: hue angle of 165.6º 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 #15473B is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 71 | 59 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.72 |
| HSL | 165.6º | 0.54% | 0.18% | - |
| HSV(B) | 165.6º | 0.7% | 0.28% | - |
| XYZ | 3.35 | 4.98 | 4.92 | - |
| YUV | 54.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 59 | 0.70 | 0 | 0.17 | 0.72 | 165.6 | 0.54 | 0.18 |
| Hex | 15 | 47 | 3B | 46 | 0 | 11 | 48 | A6 | 36 | 12 |
| Octal | 25 | 107 | 73 | 106 | 0 | 21 | 110 | 246 | 66 | 22 |
| Binary | 10101 | 1000111 | 111011 | 1000110 | 0 | 10001 | 1001000 | 10100110 | 110110 | 10010 |
Color Harmonies of #15473B
Complementary color
Monochromatic Colors of #15473B
Black with #15473B
Text Example
Text Example
White with #15473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15473B; }
p { color: rgb(21,71,59); }
H1.HeaderClassName
{
color: #15473B;
}
.AnyTagClassName
{
color: #15473B;
}
</style>
background-color css
<style>
a { background-color: #15473B; }
a { background-color: rgb(21,71,59); }
div.DivClassName
{
background-color: #15473B;
}
.BgClassName
{
background-color: #15473B;
}
</style>
border-color css
<style>
span { border-color: #15473B; }
span { border-color: rgb(21,71,59); }
td.TdClassName
{
border-color: #15473B;
}
.TagClassName
{
border-color: #15473B;
}
</style>