Shades of Deep Teal #115644
Tints of Deep Teal #115644
RGB
CMYK
RGB Variations
Color information
#115644 (or 0x115644) is known color: Deep Teal. HEX triplet: 11, 56 and 44. RGB value is (17,86,68). Sum of RGB (Red+Green+Blue) = 17+86+68=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #115644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115644 is #EEA9BB. Grayscale: #3F3F3F. Windows color (decimal): -15641020 or 4478481. OLE color: 4478481.
HSL color Cylindrical-coordinate representation of color #115644: hue angle of 164.35º 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 #115644 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 86 | 68 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.66 |
| HSL | 164.35º | 0.67% | 0.2% | - |
| HSV(B) | 164.35º | 0.8% | 0.34% | - |
| XYZ | 4.6 | 7.19 | 6.61 | - |
| YUV | 63.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 68 | 0.80 | 0 | 0.21 | 0.66 | 164.35 | 0.67 | 0.2 |
| Hex | 11 | 56 | 44 | 50 | 0 | 15 | 42 | A4 | 43 | 14 |
| Octal | 21 | 126 | 104 | 120 | 0 | 25 | 102 | 244 | 103 | 24 |
| Binary | 10001 | 1010110 | 1000100 | 1010000 | 0 | 10101 | 1000010 | 10100100 | 1000011 | 10100 |
Color Harmonies of #115644
Complementary color
Monochromatic Colors of #115644
Black with #115644
Text Example
Text Example
White with #115644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115644; }
p { color: rgb(17,86,68); }
H1.HeaderClassName
{
color: #115644;
}
.AnyTagClassName
{
color: #115644;
}
</style>
background-color css
<style>
a { background-color: #115644; }
a { background-color: rgb(17,86,68); }
div.DivClassName
{
background-color: #115644;
}
.BgClassName
{
background-color: #115644;
}
</style>
border-color css
<style>
span { border-color: #115644; }
span { border-color: rgb(17,86,68); }
td.TdClassName
{
border-color: #115644;
}
.TagClassName
{
border-color: #115644;
}
</style>