Shades of Deep Teal #11473E
Tints of Deep Teal #11473E
RGB
CMYK
RGB Variations
Color information
#11473E (or 0x11473E) is known color: Deep Teal. HEX triplet: 11, 47 and 3E. RGB value is (17,71,62). Sum of RGB (Red+Green+Blue) = 17+71+62=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #11473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11473E is #EEB8C1. Grayscale: #353535. Windows color (decimal): -15644866 or 4081425. OLE color: 4081425.
HSL color Cylindrical-coordinate representation of color #11473E: hue angle of 170º 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 #11473E is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 62 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.72 |
| HSL | 170º | 0.61% | 0.17% | - |
| HSV(B) | 170º | 0.76% | 0.28% | - |
| XYZ | 3.35 | 4.97 | 5.34 | - |
| YUV | 53.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 62 | 0.76 | 0 | 0.13 | 0.72 | 170 | 0.61 | 0.17 |
| Hex | 11 | 47 | 3E | 4C | 0 | D | 48 | AA | 3D | 11 |
| Octal | 21 | 107 | 76 | 114 | 0 | 15 | 110 | 252 | 75 | 21 |
| Binary | 10001 | 1000111 | 111110 | 1001100 | 0 | 1101 | 1001000 | 10101010 | 111101 | 10001 |
Color Harmonies of #11473E
Complementary color
Monochromatic Colors of #11473E
Black with #11473E
Text Example
Text Example
White with #11473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11473E; }
p { color: rgb(17,71,62); }
H1.HeaderClassName
{
color: #11473E;
}
.AnyTagClassName
{
color: #11473E;
}
</style>
background-color css
<style>
a { background-color: #11473E; }
a { background-color: rgb(17,71,62); }
div.DivClassName
{
background-color: #11473E;
}
.BgClassName
{
background-color: #11473E;
}
</style>
border-color css
<style>
span { border-color: #11473E; }
span { border-color: rgb(17,71,62); }
td.TdClassName
{
border-color: #11473E;
}
.TagClassName
{
border-color: #11473E;
}
</style>