Shades of Deep Teal #113730
Tints of Deep Teal #113730
RGB
CMYK
RGB Variations
Color information
#113730 (or 0x113730) is known color: Deep Teal. HEX triplet: 11, 37 and 30. RGB value is (17,55,48). Sum of RGB (Red+Green+Blue) = 17+55+48=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #113730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113730 is #EEC8CF. Grayscale: #2A2A2A. Windows color (decimal): -15648976 or 3159825. OLE color: 3159825.
HSL color Cylindrical-coordinate representation of color #113730: hue angle of 168.95º 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 #113730 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 48 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.78 |
| HSL | 168.95º | 0.53% | 0.14% | - |
| HSV(B) | 168.95º | 0.69% | 0.22% | - |
| XYZ | 2.13 | 3.06 | 3.28 | - |
| YUV | 42.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 48 | 0.69 | 0 | 0.13 | 0.78 | 168.95 | 0.53 | 0.14 |
| Hex | 11 | 37 | 30 | 45 | 0 | D | 4E | A9 | 35 | E |
| Octal | 21 | 67 | 60 | 105 | 0 | 15 | 116 | 251 | 65 | 16 |
| Binary | 10001 | 110111 | 110000 | 1000101 | 0 | 1101 | 1001110 | 10101001 | 110101 | 1110 |
Color Harmonies of #113730
Complementary color
Monochromatic Colors of #113730
Black with #113730
Text Example
Text Example
White with #113730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113730; }
p { color: rgb(17,55,48); }
H1.HeaderClassName
{
color: #113730;
}
.AnyTagClassName
{
color: #113730;
}
</style>
background-color css
<style>
a { background-color: #113730; }
a { background-color: rgb(17,55,48); }
div.DivClassName
{
background-color: #113730;
}
.BgClassName
{
background-color: #113730;
}
</style>
border-color css
<style>
span { border-color: #113730; }
span { border-color: rgb(17,55,48); }
td.TdClassName
{
border-color: #113730;
}
.TagClassName
{
border-color: #113730;
}
</style>