Shades of Deep Teal #113935
Tints of Deep Teal #113935
RGB
CMYK
RGB Variations
Color information
#113935 (or 0x113935) is known color: Deep Teal. HEX triplet: 11, 39 and 35. RGB value is (17,57,53). Sum of RGB (Red+Green+Blue) = 17+57+53=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #113935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113935 is #EEC6CA. Grayscale: #2C2C2C. Windows color (decimal): -15648459 or 3488017. OLE color: 3488017.
HSL color Cylindrical-coordinate representation of color #113935: hue angle of 174º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113935 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 53 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.78 |
| HSL | 174º | 0.54% | 0.15% | - |
| HSV(B) | 174º | 0.7% | 0.22% | - |
| XYZ | 2.34 | 3.3 | 3.88 | - |
| YUV | 44.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 53 | 0.70 | 0 | 0.07 | 0.78 | 174 | 0.54 | 0.15 |
| Hex | 11 | 39 | 35 | 46 | 0 | 7 | 4E | AE | 36 | F |
| Octal | 21 | 71 | 65 | 106 | 0 | 7 | 116 | 256 | 66 | 17 |
| Binary | 10001 | 111001 | 110101 | 1000110 | 0 | 111 | 1001110 | 10101110 | 110110 | 1111 |
Color Harmonies of #113935
Complementary color
Monochromatic Colors of #113935
Black with #113935
Text Example
Text Example
White with #113935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113935; }
p { color: rgb(17,57,53); }
H1.HeaderClassName
{
color: #113935;
}
.AnyTagClassName
{
color: #113935;
}
</style>
background-color css
<style>
a { background-color: #113935; }
a { background-color: rgb(17,57,53); }
div.DivClassName
{
background-color: #113935;
}
.BgClassName
{
background-color: #113935;
}
</style>
border-color css
<style>
span { border-color: #113935; }
span { border-color: rgb(17,57,53); }
td.TdClassName
{
border-color: #113935;
}
.TagClassName
{
border-color: #113935;
}
</style>