Shades of Deep Teal #114B3B
Tints of Deep Teal #114B3B
RGB
CMYK
RGB Variations
Color information
#114B3B (or 0x114B3B) is known color: Deep Teal. HEX triplet: 11, 4B and 3B. RGB value is (17,75,59). Sum of RGB (Red+Green+Blue) = 17+75+59=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #114B3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B3B is #EEB4C4. Grayscale: #373737. Windows color (decimal): -15643845 or 3885841. OLE color: 3885841.
HSL color Cylindrical-coordinate representation of color #114B3B: hue angle of 163.45º 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 #114B3B is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 59 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.71 |
| HSL | 163.45º | 0.63% | 0.18% | - |
| HSV(B) | 163.45º | 0.77% | 0.29% | - |
| XYZ | 3.54 | 5.47 | 5.01 | - |
| YUV | 55.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 59 | 0.77 | 0 | 0.21 | 0.71 | 163.45 | 0.63 | 0.18 |
| Hex | 11 | 4B | 3B | 4D | 0 | 15 | 47 | A3 | 3F | 12 |
| Octal | 21 | 113 | 73 | 115 | 0 | 25 | 107 | 243 | 77 | 22 |
| Binary | 10001 | 1001011 | 111011 | 1001101 | 0 | 10101 | 1000111 | 10100011 | 111111 | 10010 |
Color Harmonies of #114B3B
Complementary color
Monochromatic Colors of #114B3B
Black with #114B3B
Text Example
Text Example
White with #114B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B3B; }
p { color: rgb(17,75,59); }
H1.HeaderClassName
{
color: #114B3B;
}
.AnyTagClassName
{
color: #114B3B;
}
</style>
background-color css
<style>
a { background-color: #114B3B; }
a { background-color: rgb(17,75,59); }
div.DivClassName
{
background-color: #114B3B;
}
.BgClassName
{
background-color: #114B3B;
}
</style>
border-color css
<style>
span { border-color: #114B3B; }
span { border-color: rgb(17,75,59); }
td.TdClassName
{
border-color: #114B3B;
}
.TagClassName
{
border-color: #114B3B;
}
</style>