Shades of Deep Teal #114C3B
Tints of Deep Teal #114C3B
RGB
CMYK
RGB Variations
Color information
#114C3B (or 0x114C3B) is known color: Deep Teal. HEX triplet: 11, 4C and 3B. RGB value is (17,76,59). Sum of RGB (Red+Green+Blue) = 17+76+59=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #114C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C3B is #EEB3C4. Grayscale: #383838. Windows color (decimal): -15643589 or 3886097. OLE color: 3886097.
HSL color Cylindrical-coordinate representation of color #114C3B: hue angle of 162.71º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114C3B is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 76 | 59 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.70 |
| HSL | 162.71º | 0.63% | 0.18% | - |
| HSV(B) | 162.71º | 0.78% | 0.3% | - |
| XYZ | 3.61 | 5.6 | 5.03 | - |
| YUV | 56.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 59 | 0.78 | 0 | 0.22 | 0.70 | 162.71 | 0.63 | 0.18 |
| Hex | 11 | 4C | 3B | 4E | 0 | 16 | 46 | A3 | 3F | 12 |
| Octal | 21 | 114 | 73 | 116 | 0 | 26 | 106 | 243 | 77 | 22 |
| Binary | 10001 | 1001100 | 111011 | 1001110 | 0 | 10110 | 1000110 | 10100011 | 111111 | 10010 |
Color Harmonies of #114C3B
Complementary color
Monochromatic Colors of #114C3B
Black with #114C3B
Text Example
Text Example
White with #114C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C3B; }
p { color: rgb(17,76,59); }
H1.HeaderClassName
{
color: #114C3B;
}
.AnyTagClassName
{
color: #114C3B;
}
</style>
background-color css
<style>
a { background-color: #114C3B; }
a { background-color: rgb(17,76,59); }
div.DivClassName
{
background-color: #114C3B;
}
.BgClassName
{
background-color: #114C3B;
}
</style>
border-color css
<style>
span { border-color: #114C3B; }
span { border-color: rgb(17,76,59); }
td.TdClassName
{
border-color: #114C3B;
}
.TagClassName
{
border-color: #114C3B;
}
</style>