Shades of Deep Teal #11473D
Tints of Deep Teal #11473D
RGB
CMYK
RGB Variations
Color information
#11473D (or 0x11473D) is known color: Deep Teal. HEX triplet: 11, 47 and 3D. RGB value is (17,71,61). Sum of RGB (Red+Green+Blue) = 17+71+61=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #11473D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11473D is #EEB8C2. Grayscale: #353535. Windows color (decimal): -15644867 or 4015889. OLE color: 4015889.
HSL color Cylindrical-coordinate representation of color #11473D: hue angle of 168.89º 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 #11473D is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 61 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.72 |
| HSL | 168.89º | 0.61% | 0.17% | - |
| HSV(B) | 168.89º | 0.76% | 0.28% | - |
| XYZ | 3.33 | 4.96 | 5.2 | - |
| YUV | 53.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 61 | 0.76 | 0 | 0.14 | 0.72 | 168.89 | 0.61 | 0.17 |
| Hex | 11 | 47 | 3D | 4C | 0 | E | 48 | A9 | 3D | 11 |
| Octal | 21 | 107 | 75 | 114 | 0 | 16 | 110 | 251 | 75 | 21 |
| Binary | 10001 | 1000111 | 111101 | 1001100 | 0 | 1110 | 1001000 | 10101001 | 111101 | 10001 |
Color Harmonies of #11473D
Complementary color
Monochromatic Colors of #11473D
Black with #11473D
Text Example
Text Example
White with #11473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11473D; }
p { color: rgb(17,71,61); }
H1.HeaderClassName
{
color: #11473D;
}
.AnyTagClassName
{
color: #11473D;
}
</style>
background-color css
<style>
a { background-color: #11473D; }
a { background-color: rgb(17,71,61); }
div.DivClassName
{
background-color: #11473D;
}
.BgClassName
{
background-color: #11473D;
}
</style>
border-color css
<style>
span { border-color: #11473D; }
span { border-color: rgb(17,71,61); }
td.TdClassName
{
border-color: #11473D;
}
.TagClassName
{
border-color: #11473D;
}
</style>