Shades of Deep Teal #113835
Tints of Deep Teal #113835
RGB
CMYK
RGB Variations
Color information
#113835 (or 0x113835) is known color: Deep Teal. HEX triplet: 11, 38 and 35. RGB value is (17,56,53). Sum of RGB (Red+Green+Blue) = 17+56+53=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #113835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113835 is #EEC7CA. Grayscale: #2B2B2B. Windows color (decimal): -15648715 or 3487761. OLE color: 3487761.
HSL color Cylindrical-coordinate representation of color #113835: hue angle of 175.38º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113835 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 56 | 53 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.78 |
| HSL | 175.38º | 0.53% | 0.14% | - |
| HSV(B) | 175.38º | 0.7% | 0.22% | - |
| XYZ | 2.29 | 3.2 | 3.87 | - |
| YUV | 44 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 53 | 0.70 | 0 | 0.05 | 0.78 | 175.38 | 0.53 | 0.14 |
| Hex | 11 | 38 | 35 | 46 | 0 | 5 | 4E | AF | 35 | E |
| Octal | 21 | 70 | 65 | 106 | 0 | 5 | 116 | 257 | 65 | 16 |
| Binary | 10001 | 111000 | 110101 | 1000110 | 0 | 101 | 1001110 | 10101111 | 110101 | 1110 |
Color Harmonies of #113835
Complementary color
Monochromatic Colors of #113835
Black with #113835
Text Example
Text Example
White with #113835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113835; }
p { color: rgb(17,56,53); }
H1.HeaderClassName
{
color: #113835;
}
.AnyTagClassName
{
color: #113835;
}
</style>
background-color css
<style>
a { background-color: #113835; }
a { background-color: rgb(17,56,53); }
div.DivClassName
{
background-color: #113835;
}
.BgClassName
{
background-color: #113835;
}
</style>
border-color css
<style>
span { border-color: #113835; }
span { border-color: rgb(17,56,53); }
td.TdClassName
{
border-color: #113835;
}
.TagClassName
{
border-color: #113835;
}
</style>