Shades of Deep Teal #113B35
Tints of Deep Teal #113B35
RGB
CMYK
RGB Variations
Color information
#113B35 (or 0x113B35) is known color: Deep Teal. HEX triplet: 11, 3B and 35. RGB value is (17,59,53). Sum of RGB (Red+Green+Blue) = 17+59+53=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 59 - color contains mainly: green. Hex color #113B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B35 is #EEC4CA. Grayscale: #2D2D2D. Windows color (decimal): -15647947 or 3488529. OLE color: 3488529.
HSL color Cylindrical-coordinate representation of color #113B35: hue angle of 171.43º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113B35 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 59 | 53 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.77 |
| HSL | 171.43º | 0.55% | 0.15% | - |
| HSV(B) | 171.43º | 0.71% | 0.23% | - |
| XYZ | 2.44 | 3.5 | 3.92 | - |
| YUV | 45.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 53 | 0.71 | 0 | 0.10 | 0.77 | 171.43 | 0.55 | 0.15 |
| Hex | 11 | 3B | 35 | 47 | 0 | A | 4D | AB | 37 | F |
| Octal | 21 | 73 | 65 | 107 | 0 | 12 | 115 | 253 | 67 | 17 |
| Binary | 10001 | 111011 | 110101 | 1000111 | 0 | 1010 | 1001101 | 10101011 | 110111 | 1111 |
Color Harmonies of #113B35
Complementary color
Monochromatic Colors of #113B35
Black with #113B35
Text Example
Text Example
White with #113B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B35; }
p { color: rgb(17,59,53); }
H1.HeaderClassName
{
color: #113B35;
}
.AnyTagClassName
{
color: #113B35;
}
</style>
background-color css
<style>
a { background-color: #113B35; }
a { background-color: rgb(17,59,53); }
div.DivClassName
{
background-color: #113B35;
}
.BgClassName
{
background-color: #113B35;
}
</style>
border-color css
<style>
span { border-color: #113B35; }
span { border-color: rgb(17,59,53); }
td.TdClassName
{
border-color: #113B35;
}
.TagClassName
{
border-color: #113B35;
}
</style>