Shades of Deep Teal #114A3B
Tints of Deep Teal #114A3B
RGB
CMYK
RGB Variations
Color information
#114A3B (or 0x114A3B) is known color: Deep Teal. HEX triplet: 11, 4A and 3B. RGB value is (17,74,59). Sum of RGB (Red+Green+Blue) = 17+74+59=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #114A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A3B is #EEB5C4. Grayscale: #373737. Windows color (decimal): -15644101 or 3885585. OLE color: 3885585.
HSL color Cylindrical-coordinate representation of color #114A3B: hue angle of 164.21º 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 #114A3B is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 59 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.71 |
| HSL | 164.21º | 0.63% | 0.18% | - |
| HSV(B) | 164.21º | 0.77% | 0.29% | - |
| XYZ | 3.47 | 5.33 | 4.98 | - |
| YUV | 55.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 59 | 0.77 | 0 | 0.20 | 0.71 | 164.21 | 0.63 | 0.18 |
| Hex | 11 | 4A | 3B | 4D | 0 | 14 | 47 | A4 | 3F | 12 |
| Octal | 21 | 112 | 73 | 115 | 0 | 24 | 107 | 244 | 77 | 22 |
| Binary | 10001 | 1001010 | 111011 | 1001101 | 0 | 10100 | 1000111 | 10100100 | 111111 | 10010 |
Color Harmonies of #114A3B
Complementary color
Monochromatic Colors of #114A3B
Black with #114A3B
Text Example
Text Example
White with #114A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A3B; }
p { color: rgb(17,74,59); }
H1.HeaderClassName
{
color: #114A3B;
}
.AnyTagClassName
{
color: #114A3B;
}
</style>
background-color css
<style>
a { background-color: #114A3B; }
a { background-color: rgb(17,74,59); }
div.DivClassName
{
background-color: #114A3B;
}
.BgClassName
{
background-color: #114A3B;
}
</style>
border-color css
<style>
span { border-color: #114A3B; }
span { border-color: rgb(17,74,59); }
td.TdClassName
{
border-color: #114A3B;
}
.TagClassName
{
border-color: #114A3B;
}
</style>