Shades of Deep Teal #113D36
Tints of Deep Teal #113D36
RGB
CMYK
RGB Variations
Color information
#113D36 (or 0x113D36) is known color: Deep Teal. HEX triplet: 11, 3D and 36. RGB value is (17,61,54). Sum of RGB (Red+Green+Blue) = 17+61+54=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #113D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D36 is #EEC2C9. Grayscale: #2F2F2F. Windows color (decimal): -15647434 or 3554577. OLE color: 3554577.
HSL color Cylindrical-coordinate representation of color #113D36: hue angle of 170.45º 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 #113D36 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 61 | 54 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.76 |
| HSL | 170.45º | 0.56% | 0.15% | - |
| HSV(B) | 170.45º | 0.72% | 0.24% | - |
| XYZ | 2.57 | 3.72 | 4.07 | - |
| YUV | 47.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 54 | 0.72 | 0 | 0.11 | 0.76 | 170.45 | 0.56 | 0.15 |
| Hex | 11 | 3D | 36 | 48 | 0 | B | 4C | AA | 38 | F |
| Octal | 21 | 75 | 66 | 110 | 0 | 13 | 114 | 252 | 70 | 17 |
| Binary | 10001 | 111101 | 110110 | 1001000 | 0 | 1011 | 1001100 | 10101010 | 111000 | 1111 |
Color Harmonies of #113D36
Complementary color
Monochromatic Colors of #113D36
Black with #113D36
Text Example
Text Example
White with #113D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D36; }
p { color: rgb(17,61,54); }
H1.HeaderClassName
{
color: #113D36;
}
.AnyTagClassName
{
color: #113D36;
}
</style>
background-color css
<style>
a { background-color: #113D36; }
a { background-color: rgb(17,61,54); }
div.DivClassName
{
background-color: #113D36;
}
.BgClassName
{
background-color: #113D36;
}
</style>
border-color css
<style>
span { border-color: #113D36; }
span { border-color: rgb(17,61,54); }
td.TdClassName
{
border-color: #113D36;
}
.TagClassName
{
border-color: #113D36;
}
</style>