Shades of Deep Teal #113833
Tints of Deep Teal #113833
RGB
CMYK
RGB Variations
Color information
#113833 (or 0x113833) is known color: Deep Teal. HEX triplet: 11, 38 and 33. RGB value is (17,56,51). Sum of RGB (Red+Green+Blue) = 17+56+51=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #113833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113833 is #EEC7CC. Grayscale: #2B2B2B. Windows color (decimal): -15648717 or 3356689. OLE color: 3356689.
HSL color Cylindrical-coordinate representation of color #113833: hue angle of 172.31º 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 #113833 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 56 | 51 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.78 |
| HSL | 172.31º | 0.53% | 0.14% | - |
| HSV(B) | 172.31º | 0.7% | 0.22% | - |
| XYZ | 2.24 | 3.19 | 3.63 | - |
| YUV | 43.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 51 | 0.70 | 0 | 0.09 | 0.78 | 172.31 | 0.53 | 0.14 |
| Hex | 11 | 38 | 33 | 46 | 0 | 9 | 4E | AC | 35 | E |
| Octal | 21 | 70 | 63 | 106 | 0 | 11 | 116 | 254 | 65 | 16 |
| Binary | 10001 | 111000 | 110011 | 1000110 | 0 | 1001 | 1001110 | 10101100 | 110101 | 1110 |
Color Harmonies of #113833
Complementary color
Monochromatic Colors of #113833
Black with #113833
Text Example
Text Example
White with #113833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113833; }
p { color: rgb(17,56,51); }
H1.HeaderClassName
{
color: #113833;
}
.AnyTagClassName
{
color: #113833;
}
</style>
background-color css
<style>
a { background-color: #113833; }
a { background-color: rgb(17,56,51); }
div.DivClassName
{
background-color: #113833;
}
.BgClassName
{
background-color: #113833;
}
</style>
border-color css
<style>
span { border-color: #113833; }
span { border-color: rgb(17,56,51); }
td.TdClassName
{
border-color: #113833;
}
.TagClassName
{
border-color: #113833;
}
</style>