Shades of Deep Teal #115444
Tints of Deep Teal #115444
RGB
CMYK
RGB Variations
Color information
#115444 (or 0x115444) is known color: Deep Teal. HEX triplet: 11, 54 and 44. RGB value is (17,84,68). Sum of RGB (Red+Green+Blue) = 17+84+68=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #115444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115444 is #EEABBB. Grayscale: #3E3E3E. Windows color (decimal): -15641532 or 4477969. OLE color: 4477969.
HSL color Cylindrical-coordinate representation of color #115444: hue angle of 165.67º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115444 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 84 | 68 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.67 |
| HSL | 165.67º | 0.66% | 0.2% | - |
| HSV(B) | 165.67º | 0.8% | 0.33% | - |
| XYZ | 4.44 | 6.88 | 6.56 | - |
| YUV | 62.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 68 | 0.80 | 0 | 0.19 | 0.67 | 165.67 | 0.66 | 0.2 |
| Hex | 11 | 54 | 44 | 50 | 0 | 13 | 43 | A6 | 42 | 14 |
| Octal | 21 | 124 | 104 | 120 | 0 | 23 | 103 | 246 | 102 | 24 |
| Binary | 10001 | 1010100 | 1000100 | 1010000 | 0 | 10011 | 1000011 | 10100110 | 1000010 | 10100 |
Color Harmonies of #115444
Complementary color
Monochromatic Colors of #115444
Black with #115444
Text Example
Text Example
White with #115444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115444; }
p { color: rgb(17,84,68); }
H1.HeaderClassName
{
color: #115444;
}
.AnyTagClassName
{
color: #115444;
}
</style>
background-color css
<style>
a { background-color: #115444; }
a { background-color: rgb(17,84,68); }
div.DivClassName
{
background-color: #115444;
}
.BgClassName
{
background-color: #115444;
}
</style>
border-color css
<style>
span { border-color: #115444; }
span { border-color: rgb(17,84,68); }
td.TdClassName
{
border-color: #115444;
}
.TagClassName
{
border-color: #115444;
}
</style>