Shades of Deep Teal #113932
Tints of Deep Teal #113932
RGB
CMYK
RGB Variations
Color information
#113932 (or 0x113932) is known color: Deep Teal. HEX triplet: 11, 39 and 32. RGB value is (17,57,50). Sum of RGB (Red+Green+Blue) = 17+57+50=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #113932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113932 is #EEC6CD. Grayscale: #2C2C2C. Windows color (decimal): -15648462 or 3291409. OLE color: 3291409.
HSL color Cylindrical-coordinate representation of color #113932: hue angle of 169.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113932 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 50 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.78 |
| HSL | 169.5º | 0.54% | 0.15% | - |
| HSV(B) | 169.5º | 0.7% | 0.22% | - |
| XYZ | 2.27 | 3.28 | 3.53 | - |
| YUV | 44.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 50 | 0.70 | 0 | 0.12 | 0.78 | 169.5 | 0.54 | 0.15 |
| Hex | 11 | 39 | 32 | 46 | 0 | C | 4E | AA | 36 | F |
| Octal | 21 | 71 | 62 | 106 | 0 | 14 | 116 | 252 | 66 | 17 |
| Binary | 10001 | 111001 | 110010 | 1000110 | 0 | 1100 | 1001110 | 10101010 | 110110 | 1111 |
Color Harmonies of #113932
Complementary color
Monochromatic Colors of #113932
Black with #113932
Text Example
Text Example
White with #113932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113932; }
p { color: rgb(17,57,50); }
H1.HeaderClassName
{
color: #113932;
}
.AnyTagClassName
{
color: #113932;
}
</style>
background-color css
<style>
a { background-color: #113932; }
a { background-color: rgb(17,57,50); }
div.DivClassName
{
background-color: #113932;
}
.BgClassName
{
background-color: #113932;
}
</style>
border-color css
<style>
span { border-color: #113932; }
span { border-color: rgb(17,57,50); }
td.TdClassName
{
border-color: #113932;
}
.TagClassName
{
border-color: #113932;
}
</style>