Shades of Deep Teal #114A41
Tints of Deep Teal #114A41
RGB
CMYK
RGB Variations
Color information
#114A41 (or 0x114A41) is known color: Deep Teal. HEX triplet: 11, 4A and 41. RGB value is (17,74,65). Sum of RGB (Red+Green+Blue) = 17+74+65=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 74 - color contains mainly: green. Hex color #114A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A41 is #EEB5BE. Grayscale: #373737. Windows color (decimal): -15644095 or 4278801. OLE color: 4278801.
HSL color Cylindrical-coordinate representation of color #114A41: hue angle of 170.53º 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 #114A41 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 65 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.71 |
| HSL | 170.53º | 0.63% | 0.18% | - |
| HSV(B) | 170.53º | 0.77% | 0.29% | - |
| XYZ | 3.63 | 5.4 | 5.85 | - |
| YUV | 55.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 65 | 0.77 | 0 | 0.12 | 0.71 | 170.53 | 0.63 | 0.18 |
| Hex | 11 | 4A | 41 | 4D | 0 | C | 47 | AB | 3F | 12 |
| Octal | 21 | 112 | 101 | 115 | 0 | 14 | 107 | 253 | 77 | 22 |
| Binary | 10001 | 1001010 | 1000001 | 1001101 | 0 | 1100 | 1000111 | 10101011 | 111111 | 10010 |
Color Harmonies of #114A41
Complementary color
Monochromatic Colors of #114A41
Black with #114A41
Text Example
Text Example
White with #114A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A41; }
p { color: rgb(17,74,65); }
H1.HeaderClassName
{
color: #114A41;
}
.AnyTagClassName
{
color: #114A41;
}
</style>
background-color css
<style>
a { background-color: #114A41; }
a { background-color: rgb(17,74,65); }
div.DivClassName
{
background-color: #114A41;
}
.BgClassName
{
background-color: #114A41;
}
</style>
border-color css
<style>
span { border-color: #114A41; }
span { border-color: rgb(17,74,65); }
td.TdClassName
{
border-color: #114A41;
}
.TagClassName
{
border-color: #114A41;
}
</style>