Shades of Deep Teal #113832
Tints of Deep Teal #113832
RGB
CMYK
RGB Variations
Color information
#113832 (or 0x113832) is known color: Deep Teal. HEX triplet: 11, 38 and 32. RGB value is (17,56,50). Sum of RGB (Red+Green+Blue) = 17+56+50=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #113832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113832 is #EEC7CD. Grayscale: #2B2B2B. Windows color (decimal): -15648718 or 3291153. OLE color: 3291153.
HSL color Cylindrical-coordinate representation of color #113832: hue angle of 170.77º 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 #113832 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 56 | 50 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.78 |
| HSL | 170.77º | 0.53% | 0.14% | - |
| HSV(B) | 170.77º | 0.7% | 0.22% | - |
| XYZ | 2.22 | 3.18 | 3.51 | - |
| YUV | 43.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 50 | 0.70 | 0 | 0.11 | 0.78 | 170.77 | 0.53 | 0.14 |
| Hex | 11 | 38 | 32 | 46 | 0 | B | 4E | AB | 35 | E |
| Octal | 21 | 70 | 62 | 106 | 0 | 13 | 116 | 253 | 65 | 16 |
| Binary | 10001 | 111000 | 110010 | 1000110 | 0 | 1011 | 1001110 | 10101011 | 110101 | 1110 |
Color Harmonies of #113832
Complementary color
Monochromatic Colors of #113832
Black with #113832
Text Example
Text Example
White with #113832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113832; }
p { color: rgb(17,56,50); }
H1.HeaderClassName
{
color: #113832;
}
.AnyTagClassName
{
color: #113832;
}
</style>
background-color css
<style>
a { background-color: #113832; }
a { background-color: rgb(17,56,50); }
div.DivClassName
{
background-color: #113832;
}
.BgClassName
{
background-color: #113832;
}
</style>
border-color css
<style>
span { border-color: #113832; }
span { border-color: rgb(17,56,50); }
td.TdClassName
{
border-color: #113832;
}
.TagClassName
{
border-color: #113832;
}
</style>