Shades of Deep Teal #114A40
Tints of Deep Teal #114A40
RGB
CMYK
RGB Variations
Color information
#114A40 (or 0x114A40) is known color: Deep Teal. HEX triplet: 11, 4A and 40. RGB value is (17,74,64). Sum of RGB (Red+Green+Blue) = 17+74+64=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 74 - color contains mainly: green. Hex color #114A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A40 is #EEB5BF. Grayscale: #373737. Windows color (decimal): -15644096 or 4213265. OLE color: 4213265.
HSL color Cylindrical-coordinate representation of color #114A40: hue angle of 169.47º degrees, saturation: 0.63, 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 #114A40 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 64 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.71 |
| HSL | 169.47º | 0.63% | 0.18% | - |
| HSV(B) | 169.47º | 0.77% | 0.29% | - |
| XYZ | 3.61 | 5.39 | 5.7 | - |
| YUV | 55.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 64 | 0.77 | 0 | 0.14 | 0.71 | 169.47 | 0.63 | 0.18 |
| Hex | 11 | 4A | 40 | 4D | 0 | E | 47 | A9 | 3F | 12 |
| Octal | 21 | 112 | 100 | 115 | 0 | 16 | 107 | 251 | 77 | 22 |
| Binary | 10001 | 1001010 | 1000000 | 1001101 | 0 | 1110 | 1000111 | 10101001 | 111111 | 10010 |
Color Harmonies of #114A40
Complementary color
Monochromatic Colors of #114A40
Black with #114A40
Text Example
Text Example
White with #114A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A40; }
p { color: rgb(17,74,64); }
H1.HeaderClassName
{
color: #114A40;
}
.AnyTagClassName
{
color: #114A40;
}
</style>
background-color css
<style>
a { background-color: #114A40; }
a { background-color: rgb(17,74,64); }
div.DivClassName
{
background-color: #114A40;
}
.BgClassName
{
background-color: #114A40;
}
</style>
border-color css
<style>
span { border-color: #114A40; }
span { border-color: rgb(17,74,64); }
td.TdClassName
{
border-color: #114A40;
}
.TagClassName
{
border-color: #114A40;
}
</style>