Shades of Deep Teal #114940
Tints of Deep Teal #114940
RGB
CMYK
RGB Variations
Color information
#114940 (or 0x114940) is known color: Deep Teal. HEX triplet: 11, 49 and 40. RGB value is (17,73,64). Sum of RGB (Red+Green+Blue) = 17+73+64=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #114940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114940 is #EEB6BF. Grayscale: #373737. Windows color (decimal): -15644352 or 4213009. OLE color: 4213009.
HSL color Cylindrical-coordinate representation of color #114940: hue angle of 170.36º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114940 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 73 | 64 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.71 |
| HSL | 170.36º | 0.62% | 0.18% | - |
| HSV(B) | 170.36º | 0.77% | 0.29% | - |
| XYZ | 3.54 | 5.25 | 5.68 | - |
| YUV | 55.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 64 | 0.77 | 0 | 0.12 | 0.71 | 170.36 | 0.62 | 0.18 |
| Hex | 11 | 49 | 40 | 4D | 0 | C | 47 | AA | 3E | 12 |
| Octal | 21 | 111 | 100 | 115 | 0 | 14 | 107 | 252 | 76 | 22 |
| Binary | 10001 | 1001001 | 1000000 | 1001101 | 0 | 1100 | 1000111 | 10101010 | 111110 | 10010 |
Color Harmonies of #114940
Complementary color
Monochromatic Colors of #114940
Black with #114940
Text Example
Text Example
White with #114940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114940; }
p { color: rgb(17,73,64); }
H1.HeaderClassName
{
color: #114940;
}
.AnyTagClassName
{
color: #114940;
}
</style>
background-color css
<style>
a { background-color: #114940; }
a { background-color: rgb(17,73,64); }
div.DivClassName
{
background-color: #114940;
}
.BgClassName
{
background-color: #114940;
}
</style>
border-color css
<style>
span { border-color: #114940; }
span { border-color: rgb(17,73,64); }
td.TdClassName
{
border-color: #114940;
}
.TagClassName
{
border-color: #114940;
}
</style>