Shades of Deep Teal #113A33
Tints of Deep Teal #113A33
RGB
CMYK
RGB Variations
Color information
#113A33 (or 0x113A33) is known color: Deep Teal. HEX triplet: 11, 3A and 33. RGB value is (17,58,51). Sum of RGB (Red+Green+Blue) = 17+58+51=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 58 - color contains mainly: green. Hex color #113A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A33 is #EEC5CC. Grayscale: #2C2C2C. Windows color (decimal): -15648205 or 3357201. OLE color: 3357201.
HSL color Cylindrical-coordinate representation of color #113A33: hue angle of 169.76º 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 #113A33 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 58 | 51 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.77 |
| HSL | 169.76º | 0.55% | 0.15% | - |
| HSV(B) | 169.76º | 0.71% | 0.23% | - |
| XYZ | 2.34 | 3.38 | 3.66 | - |
| YUV | 44.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 51 | 0.71 | 0 | 0.12 | 0.77 | 169.76 | 0.55 | 0.15 |
| Hex | 11 | 3A | 33 | 47 | 0 | C | 4D | AA | 37 | F |
| Octal | 21 | 72 | 63 | 107 | 0 | 14 | 115 | 252 | 67 | 17 |
| Binary | 10001 | 111010 | 110011 | 1000111 | 0 | 1100 | 1001101 | 10101010 | 110111 | 1111 |
Color Harmonies of #113A33
Complementary color
Monochromatic Colors of #113A33
Black with #113A33
Text Example
Text Example
White with #113A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A33; }
p { color: rgb(17,58,51); }
H1.HeaderClassName
{
color: #113A33;
}
.AnyTagClassName
{
color: #113A33;
}
</style>
background-color css
<style>
a { background-color: #113A33; }
a { background-color: rgb(17,58,51); }
div.DivClassName
{
background-color: #113A33;
}
.BgClassName
{
background-color: #113A33;
}
</style>
border-color css
<style>
span { border-color: #113A33; }
span { border-color: rgb(17,58,51); }
td.TdClassName
{
border-color: #113A33;
}
.TagClassName
{
border-color: #113A33;
}
</style>