Shades of Deep Teal #113731
Tints of Deep Teal #113731
RGB
CMYK
RGB Variations
Color information
#113731 (or 0x113731) is known color: Deep Teal. HEX triplet: 11, 37 and 31. RGB value is (17,55,49). Sum of RGB (Red+Green+Blue) = 17+55+49=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #113731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113731 is #EEC8CE. Grayscale: #2A2A2A. Windows color (decimal): -15648975 or 3225361. OLE color: 3225361.
HSL color Cylindrical-coordinate representation of color #113731: hue angle of 170.53º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113731 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 49 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.78 |
| HSL | 170.53º | 0.53% | 0.14% | - |
| HSV(B) | 170.53º | 0.69% | 0.22% | - |
| XYZ | 2.15 | 3.07 | 3.39 | - |
| YUV | 42.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 49 | 0.69 | 0 | 0.11 | 0.78 | 170.53 | 0.53 | 0.14 |
| Hex | 11 | 37 | 31 | 45 | 0 | B | 4E | AB | 35 | E |
| Octal | 21 | 67 | 61 | 105 | 0 | 13 | 116 | 253 | 65 | 16 |
| Binary | 10001 | 110111 | 110001 | 1000101 | 0 | 1011 | 1001110 | 10101011 | 110101 | 1110 |
Color Harmonies of #113731
Complementary color
Monochromatic Colors of #113731
Black with #113731
Text Example
Text Example
White with #113731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113731; }
p { color: rgb(17,55,49); }
H1.HeaderClassName
{
color: #113731;
}
.AnyTagClassName
{
color: #113731;
}
</style>
background-color css
<style>
a { background-color: #113731; }
a { background-color: rgb(17,55,49); }
div.DivClassName
{
background-color: #113731;
}
.BgClassName
{
background-color: #113731;
}
</style>
border-color css
<style>
span { border-color: #113731; }
span { border-color: rgb(17,55,49); }
td.TdClassName
{
border-color: #113731;
}
.TagClassName
{
border-color: #113731;
}
</style>