Shades of Deep Teal #115646
Tints of Deep Teal #115646
RGB
CMYK
RGB Variations
Color information
#115646 (or 0x115646) is known color: Deep Teal. HEX triplet: 11, 56 and 46. RGB value is (17,86,70). Sum of RGB (Red+Green+Blue) = 17+86+70=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #115646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115646 is #EEA9B9. Grayscale: #3F3F3F. Windows color (decimal): -15641018 or 4609553. OLE color: 4609553.
HSL color Cylindrical-coordinate representation of color #115646: hue angle of 166.09º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115646 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 86 | 70 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.66 |
| HSL | 166.09º | 0.67% | 0.2% | - |
| HSV(B) | 166.09º | 0.8% | 0.34% | - |
| XYZ | 4.66 | 7.22 | 6.94 | - |
| YUV | 63.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 70 | 0.80 | 0 | 0.19 | 0.66 | 166.09 | 0.67 | 0.2 |
| Hex | 11 | 56 | 46 | 50 | 0 | 13 | 42 | A6 | 43 | 14 |
| Octal | 21 | 126 | 106 | 120 | 0 | 23 | 102 | 246 | 103 | 24 |
| Binary | 10001 | 1010110 | 1000110 | 1010000 | 0 | 10011 | 1000010 | 10100110 | 1000011 | 10100 |
Color Harmonies of #115646
Complementary color
Monochromatic Colors of #115646
Black with #115646
Text Example
Text Example
White with #115646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115646; }
p { color: rgb(17,86,70); }
H1.HeaderClassName
{
color: #115646;
}
.AnyTagClassName
{
color: #115646;
}
</style>
background-color css
<style>
a { background-color: #115646; }
a { background-color: rgb(17,86,70); }
div.DivClassName
{
background-color: #115646;
}
.BgClassName
{
background-color: #115646;
}
</style>
border-color css
<style>
span { border-color: #115646; }
span { border-color: rgb(17,86,70); }
td.TdClassName
{
border-color: #115646;
}
.TagClassName
{
border-color: #115646;
}
</style>