Shades of Deep Teal #113D37
Tints of Deep Teal #113D37
RGB
CMYK
RGB Variations
Color information
#113D37 (or 0x113D37) is known color: Deep Teal. HEX triplet: 11, 3D and 37. RGB value is (17,61,55). Sum of RGB (Red+Green+Blue) = 17+61+55=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 61 - color contains mainly: green. Hex color #113D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D37 is #EEC2C8. Grayscale: #2F2F2F. Windows color (decimal): -15647433 or 3620113. OLE color: 3620113.
HSL color Cylindrical-coordinate representation of color #113D37: hue angle of 171.82º 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 #113D37 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 61 | 55 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.76 |
| HSL | 171.82º | 0.56% | 0.15% | - |
| HSV(B) | 171.82º | 0.72% | 0.24% | - |
| XYZ | 2.59 | 3.73 | 4.2 | - |
| YUV | 47.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 55 | 0.72 | 0 | 0.10 | 0.76 | 171.82 | 0.56 | 0.15 |
| Hex | 11 | 3D | 37 | 48 | 0 | A | 4C | AC | 38 | F |
| Octal | 21 | 75 | 67 | 110 | 0 | 12 | 114 | 254 | 70 | 17 |
| Binary | 10001 | 111101 | 110111 | 1001000 | 0 | 1010 | 1001100 | 10101100 | 111000 | 1111 |
Color Harmonies of #113D37
Complementary color
Monochromatic Colors of #113D37
Black with #113D37
Text Example
Text Example
White with #113D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D37; }
p { color: rgb(17,61,55); }
H1.HeaderClassName
{
color: #113D37;
}
.AnyTagClassName
{
color: #113D37;
}
</style>
background-color css
<style>
a { background-color: #113D37; }
a { background-color: rgb(17,61,55); }
div.DivClassName
{
background-color: #113D37;
}
.BgClassName
{
background-color: #113D37;
}
</style>
border-color css
<style>
span { border-color: #113D37; }
span { border-color: rgb(17,61,55); }
td.TdClassName
{
border-color: #113D37;
}
.TagClassName
{
border-color: #113D37;
}
</style>