Shades of Deep Teal #114A3C
Tints of Deep Teal #114A3C
RGB
CMYK
RGB Variations
Color information
#114A3C (or 0x114A3C) is known color: Deep Teal. HEX triplet: 11, 4A and 3C. RGB value is (17,74,60). Sum of RGB (Red+Green+Blue) = 17+74+60=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 74 - color contains mainly: green. Hex color #114A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A3C is #EEB5C3. Grayscale: #373737. Windows color (decimal): -15644100 or 3951121. OLE color: 3951121.
HSL color Cylindrical-coordinate representation of color #114A3C: hue angle of 165.26º 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 #114A3C is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 60 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.71 |
| HSL | 165.26º | 0.63% | 0.18% | - |
| HSV(B) | 165.26º | 0.77% | 0.29% | - |
| XYZ | 3.5 | 5.34 | 5.12 | - |
| YUV | 55.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 60 | 0.77 | 0 | 0.19 | 0.71 | 165.26 | 0.63 | 0.18 |
| Hex | 11 | 4A | 3C | 4D | 0 | 13 | 47 | A5 | 3F | 12 |
| Octal | 21 | 112 | 74 | 115 | 0 | 23 | 107 | 245 | 77 | 22 |
| Binary | 10001 | 1001010 | 111100 | 1001101 | 0 | 10011 | 1000111 | 10100101 | 111111 | 10010 |
Color Harmonies of #114A3C
Complementary color
Monochromatic Colors of #114A3C
Black with #114A3C
Text Example
Text Example
White with #114A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A3C; }
p { color: rgb(17,74,60); }
H1.HeaderClassName
{
color: #114A3C;
}
.AnyTagClassName
{
color: #114A3C;
}
</style>
background-color css
<style>
a { background-color: #114A3C; }
a { background-color: rgb(17,74,60); }
div.DivClassName
{
background-color: #114A3C;
}
.BgClassName
{
background-color: #114A3C;
}
</style>
border-color css
<style>
span { border-color: #114A3C; }
span { border-color: rgb(17,74,60); }
td.TdClassName
{
border-color: #114A3C;
}
.TagClassName
{
border-color: #114A3C;
}
</style>