Shades of Deep Teal #115647
Tints of Deep Teal #115647
RGB
CMYK
RGB Variations
Color information
#115647 (or 0x115647) is known color: Deep Teal. HEX triplet: 11, 56 and 47. RGB value is (17,86,71). Sum of RGB (Red+Green+Blue) = 17+86+71=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #115647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115647 is #EEA9B8. Grayscale: #3F3F3F. Windows color (decimal): -15641017 or 4675089. OLE color: 4675089.
HSL color Cylindrical-coordinate representation of color #115647: hue angle of 166.96º 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 #115647 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 86 | 71 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.66 |
| HSL | 166.96º | 0.67% | 0.2% | - |
| HSV(B) | 166.96º | 0.8% | 0.34% | - |
| XYZ | 4.7 | 7.23 | 7.11 | - |
| YUV | 63.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 71 | 0.80 | 0 | 0.17 | 0.66 | 166.96 | 0.67 | 0.2 |
| Hex | 11 | 56 | 47 | 50 | 0 | 11 | 42 | A7 | 43 | 14 |
| Octal | 21 | 126 | 107 | 120 | 0 | 21 | 102 | 247 | 103 | 24 |
| Binary | 10001 | 1010110 | 1000111 | 1010000 | 0 | 10001 | 1000010 | 10100111 | 1000011 | 10100 |
Color Harmonies of #115647
Complementary color
Monochromatic Colors of #115647
Black with #115647
Text Example
Text Example
White with #115647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115647; }
p { color: rgb(17,86,71); }
H1.HeaderClassName
{
color: #115647;
}
.AnyTagClassName
{
color: #115647;
}
</style>
background-color css
<style>
a { background-color: #115647; }
a { background-color: rgb(17,86,71); }
div.DivClassName
{
background-color: #115647;
}
.BgClassName
{
background-color: #115647;
}
</style>
border-color css
<style>
span { border-color: #115647; }
span { border-color: rgb(17,86,71); }
td.TdClassName
{
border-color: #115647;
}
.TagClassName
{
border-color: #115647;
}
</style>