Shades of Deep Teal #114F3F
Tints of Deep Teal #114F3F
RGB
CMYK
RGB Variations
Color information
#114F3F (or 0x114F3F) is known color: Deep Teal. HEX triplet: 11, 4F and 3F. RGB value is (17,79,63). Sum of RGB (Red+Green+Blue) = 17+79+63=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #114F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114F3F is #EEB0C0. Grayscale: #3A3A3A. Windows color (decimal): -15642817 or 4149009. OLE color: 4149009.
HSL color Cylindrical-coordinate representation of color #114F3F: hue angle of 164.52º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114F3F is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 79 | 63 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.69 |
| HSL | 164.52º | 0.65% | 0.19% | - |
| HSV(B) | 164.52º | 0.78% | 0.31% | - |
| XYZ | 3.92 | 6.07 | 5.67 | - |
| YUV | 58.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 63 | 0.78 | 0 | 0.20 | 0.69 | 164.52 | 0.65 | 0.19 |
| Hex | 11 | 4F | 3F | 4E | 0 | 14 | 45 | A5 | 41 | 13 |
| Octal | 21 | 117 | 77 | 116 | 0 | 24 | 105 | 245 | 101 | 23 |
| Binary | 10001 | 1001111 | 111111 | 1001110 | 0 | 10100 | 1000101 | 10100101 | 1000001 | 10011 |
Color Harmonies of #114F3F
Complementary color
Monochromatic Colors of #114F3F
Black with #114F3F
Text Example
Text Example
White with #114F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114F3F; }
p { color: rgb(17,79,63); }
H1.HeaderClassName
{
color: #114F3F;
}
.AnyTagClassName
{
color: #114F3F;
}
</style>
background-color css
<style>
a { background-color: #114F3F; }
a { background-color: rgb(17,79,63); }
div.DivClassName
{
background-color: #114F3F;
}
.BgClassName
{
background-color: #114F3F;
}
</style>
border-color css
<style>
span { border-color: #114F3F; }
span { border-color: rgb(17,79,63); }
td.TdClassName
{
border-color: #114F3F;
}
.TagClassName
{
border-color: #114F3F;
}
</style>