Shades of Deep Teal #114A3A
Tints of Deep Teal #114A3A
RGB
CMYK
RGB Variations
Color information
#114A3A (or 0x114A3A) is known color: Deep Teal. HEX triplet: 11, 4A and 3A. RGB value is (17,74,58). Sum of RGB (Red+Green+Blue) = 17+74+58=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 74 - color contains mainly: green. Hex color #114A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A3A is #EEB5C5. Grayscale: #373737. Windows color (decimal): -15644102 or 3820049. OLE color: 3820049.
HSL color Cylindrical-coordinate representation of color #114A3A: hue angle of 163.16º 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 #114A3A is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 58 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.71 |
| HSL | 163.16º | 0.63% | 0.18% | - |
| HSV(B) | 163.16º | 0.77% | 0.29% | - |
| XYZ | 3.44 | 5.32 | 4.85 | - |
| YUV | 55.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 58 | 0.77 | 0 | 0.22 | 0.71 | 163.16 | 0.63 | 0.18 |
| Hex | 11 | 4A | 3A | 4D | 0 | 16 | 47 | A3 | 3F | 12 |
| Octal | 21 | 112 | 72 | 115 | 0 | 26 | 107 | 243 | 77 | 22 |
| Binary | 10001 | 1001010 | 111010 | 1001101 | 0 | 10110 | 1000111 | 10100011 | 111111 | 10010 |
Color Harmonies of #114A3A
Complementary color
Monochromatic Colors of #114A3A
Black with #114A3A
Text Example
Text Example
White with #114A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A3A; }
p { color: rgb(17,74,58); }
H1.HeaderClassName
{
color: #114A3A;
}
.AnyTagClassName
{
color: #114A3A;
}
</style>
background-color css
<style>
a { background-color: #114A3A; }
a { background-color: rgb(17,74,58); }
div.DivClassName
{
background-color: #114A3A;
}
.BgClassName
{
background-color: #114A3A;
}
</style>
border-color css
<style>
span { border-color: #114A3A; }
span { border-color: rgb(17,74,58); }
td.TdClassName
{
border-color: #114A3A;
}
.TagClassName
{
border-color: #114A3A;
}
</style>