Shades of Deep Teal #11473A
Tints of Deep Teal #11473A
RGB
CMYK
RGB Variations
Color information
#11473A (or 0x11473A) is known color: Deep Teal. HEX triplet: 11, 47 and 3A. RGB value is (17,71,58). Sum of RGB (Red+Green+Blue) = 17+71+58=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #11473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11473A is #EEB8C5. Grayscale: #353535. Windows color (decimal): -15644870 or 3819281. OLE color: 3819281.
HSL color Cylindrical-coordinate representation of color #11473A: hue angle of 165.56º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11473A is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 58 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.72 |
| HSL | 165.56º | 0.61% | 0.17% | - |
| HSV(B) | 165.56º | 0.76% | 0.28% | - |
| XYZ | 3.25 | 4.93 | 4.78 | - |
| YUV | 53.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 58 | 0.76 | 0 | 0.18 | 0.72 | 165.56 | 0.61 | 0.17 |
| Hex | 11 | 47 | 3A | 4C | 0 | 12 | 48 | A6 | 3D | 11 |
| Octal | 21 | 107 | 72 | 114 | 0 | 22 | 110 | 246 | 75 | 21 |
| Binary | 10001 | 1000111 | 111010 | 1001100 | 0 | 10010 | 1001000 | 10100110 | 111101 | 10001 |
Color Harmonies of #11473A
Complementary color
Monochromatic Colors of #11473A
Black with #11473A
Text Example
Text Example
White with #11473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11473A; }
p { color: rgb(17,71,58); }
H1.HeaderClassName
{
color: #11473A;
}
.AnyTagClassName
{
color: #11473A;
}
</style>
background-color css
<style>
a { background-color: #11473A; }
a { background-color: rgb(17,71,58); }
div.DivClassName
{
background-color: #11473A;
}
.BgClassName
{
background-color: #11473A;
}
</style>
border-color css
<style>
span { border-color: #11473A; }
span { border-color: rgb(17,71,58); }
td.TdClassName
{
border-color: #11473A;
}
.TagClassName
{
border-color: #11473A;
}
</style>