Shades of Deep Teal #113A31
Tints of Deep Teal #113A31
RGB
CMYK
RGB Variations
Color information
#113A31 (or 0x113A31) is known color: Deep Teal. HEX triplet: 11, 3A and 31. RGB value is (17,58,49). Sum of RGB (Red+Green+Blue) = 17+58+49=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 58 - color contains mainly: green. Hex color #113A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A31 is #EEC5CE. Grayscale: #2C2C2C. Windows color (decimal): -15648207 or 3226129. OLE color: 3226129.
HSL color Cylindrical-coordinate representation of color #113A31: hue angle of 166.83º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113A31 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 58 | 49 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.77 |
| HSL | 166.83º | 0.55% | 0.15% | - |
| HSV(B) | 166.83º | 0.71% | 0.23% | - |
| XYZ | 2.3 | 3.37 | 3.43 | - |
| YUV | 44.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 49 | 0.71 | 0 | 0.16 | 0.77 | 166.83 | 0.55 | 0.15 |
| Hex | 11 | 3A | 31 | 47 | 0 | 10 | 4D | A7 | 37 | F |
| Octal | 21 | 72 | 61 | 107 | 0 | 20 | 115 | 247 | 67 | 17 |
| Binary | 10001 | 111010 | 110001 | 1000111 | 0 | 10000 | 1001101 | 10100111 | 110111 | 1111 |
Color Harmonies of #113A31
Complementary color
Monochromatic Colors of #113A31
Black with #113A31
Text Example
Text Example
White with #113A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A31; }
p { color: rgb(17,58,49); }
H1.HeaderClassName
{
color: #113A31;
}
.AnyTagClassName
{
color: #113A31;
}
</style>
background-color css
<style>
a { background-color: #113A31; }
a { background-color: rgb(17,58,49); }
div.DivClassName
{
background-color: #113A31;
}
.BgClassName
{
background-color: #113A31;
}
</style>
border-color css
<style>
span { border-color: #113A31; }
span { border-color: rgb(17,58,49); }
td.TdClassName
{
border-color: #113A31;
}
.TagClassName
{
border-color: #113A31;
}
</style>