Shades of Deep Teal #11473B
Tints of Deep Teal #11473B
RGB
CMYK
RGB Variations
Color information
#11473B (or 0x11473B) is known color: Deep Teal. HEX triplet: 11, 47 and 3B. RGB value is (17,71,59). Sum of RGB (Red+Green+Blue) = 17+71+59=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #11473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11473B is #EEB8C4. Grayscale: #353535. Windows color (decimal): -15644869 or 3884817. OLE color: 3884817.
HSL color Cylindrical-coordinate representation of color #11473B: hue angle of 166.67º 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 #11473B is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 59 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.72 |
| HSL | 166.67º | 0.61% | 0.17% | - |
| HSV(B) | 166.67º | 0.76% | 0.28% | - |
| XYZ | 3.27 | 4.94 | 4.92 | - |
| YUV | 53.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 59 | 0.76 | 0 | 0.17 | 0.72 | 166.67 | 0.61 | 0.17 |
| Hex | 11 | 47 | 3B | 4C | 0 | 11 | 48 | A7 | 3D | 11 |
| Octal | 21 | 107 | 73 | 114 | 0 | 21 | 110 | 247 | 75 | 21 |
| Binary | 10001 | 1000111 | 111011 | 1001100 | 0 | 10001 | 1001000 | 10100111 | 111101 | 10001 |
Color Harmonies of #11473B
Complementary color
Monochromatic Colors of #11473B
Black with #11473B
Text Example
Text Example
White with #11473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11473B; }
p { color: rgb(17,71,59); }
H1.HeaderClassName
{
color: #11473B;
}
.AnyTagClassName
{
color: #11473B;
}
</style>
background-color css
<style>
a { background-color: #11473B; }
a { background-color: rgb(17,71,59); }
div.DivClassName
{
background-color: #11473B;
}
.BgClassName
{
background-color: #11473B;
}
</style>
border-color css
<style>
span { border-color: #11473B; }
span { border-color: rgb(17,71,59); }
td.TdClassName
{
border-color: #11473B;
}
.TagClassName
{
border-color: #11473B;
}
</style>