Shades of Deep Teal #113C31
Tints of Deep Teal #113C31
RGB
CMYK
RGB Variations
Color information
#113C31 (or 0x113C31) is known color: Deep Teal. HEX triplet: 11, 3C and 31. RGB value is (17,60,49). Sum of RGB (Red+Green+Blue) = 17+60+49=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 60 - color contains mainly: green. Hex color #113C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C31 is #EEC3CE. Grayscale: #2D2D2D. Windows color (decimal): -15647695 or 3226641. OLE color: 3226641.
HSL color Cylindrical-coordinate representation of color #113C31: hue angle of 164.65º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113C31 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 60 | 49 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.76 |
| HSL | 164.65º | 0.56% | 0.15% | - |
| HSV(B) | 164.65º | 0.72% | 0.24% | - |
| XYZ | 2.4 | 3.57 | 3.47 | - |
| YUV | 45.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 49 | 0.72 | 0 | 0.18 | 0.76 | 164.65 | 0.56 | 0.15 |
| Hex | 11 | 3C | 31 | 48 | 0 | 12 | 4C | A5 | 38 | F |
| Octal | 21 | 74 | 61 | 110 | 0 | 22 | 114 | 245 | 70 | 17 |
| Binary | 10001 | 111100 | 110001 | 1001000 | 0 | 10010 | 1001100 | 10100101 | 111000 | 1111 |
Color Harmonies of #113C31
Complementary color
Monochromatic Colors of #113C31
Black with #113C31
Text Example
Text Example
White with #113C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C31; }
p { color: rgb(17,60,49); }
H1.HeaderClassName
{
color: #113C31;
}
.AnyTagClassName
{
color: #113C31;
}
</style>
background-color css
<style>
a { background-color: #113C31; }
a { background-color: rgb(17,60,49); }
div.DivClassName
{
background-color: #113C31;
}
.BgClassName
{
background-color: #113C31;
}
</style>
border-color css
<style>
span { border-color: #113C31; }
span { border-color: rgb(17,60,49); }
td.TdClassName
{
border-color: #113C31;
}
.TagClassName
{
border-color: #113C31;
}
</style>