Shades of Deep Teal #113930
Tints of Deep Teal #113930
RGB
CMYK
RGB Variations
Color information
#113930 (or 0x113930) is known color: Deep Teal. HEX triplet: 11, 39 and 30. RGB value is (17,57,48). Sum of RGB (Red+Green+Blue) = 17+57+48=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #113930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113930 is #EEC6CF. Grayscale: #2C2C2C. Windows color (decimal): -15648464 or 3160337. OLE color: 3160337.
HSL color Cylindrical-coordinate representation of color #113930: hue angle of 166.5º 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 #113930 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 48 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.78 |
| HSL | 166.5º | 0.54% | 0.15% | - |
| HSV(B) | 166.5º | 0.7% | 0.22% | - |
| XYZ | 2.23 | 3.26 | 3.31 | - |
| YUV | 44.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 48 | 0.70 | 0 | 0.16 | 0.78 | 166.5 | 0.54 | 0.15 |
| Hex | 11 | 39 | 30 | 46 | 0 | 10 | 4E | A6 | 36 | F |
| Octal | 21 | 71 | 60 | 106 | 0 | 20 | 116 | 246 | 66 | 17 |
| Binary | 10001 | 111001 | 110000 | 1000110 | 0 | 10000 | 1001110 | 10100110 | 110110 | 1111 |
Color Harmonies of #113930
Complementary color
Monochromatic Colors of #113930
Black with #113930
Text Example
Text Example
White with #113930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113930; }
p { color: rgb(17,57,48); }
H1.HeaderClassName
{
color: #113930;
}
.AnyTagClassName
{
color: #113930;
}
</style>
background-color css
<style>
a { background-color: #113930; }
a { background-color: rgb(17,57,48); }
div.DivClassName
{
background-color: #113930;
}
.BgClassName
{
background-color: #113930;
}
</style>
border-color css
<style>
span { border-color: #113930; }
span { border-color: rgb(17,57,48); }
td.TdClassName
{
border-color: #113930;
}
.TagClassName
{
border-color: #113930;
}
</style>