Shades of Deep Teal #113933
Tints of Deep Teal #113933
RGB
CMYK
RGB Variations
Color information
#113933 (or 0x113933) is known color: Deep Teal. HEX triplet: 11, 39 and 33. RGB value is (17,57,51). Sum of RGB (Red+Green+Blue) = 17+57+51=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #113933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113933 is #EEC6CC. Grayscale: #2C2C2C. Windows color (decimal): -15648461 or 3356945. OLE color: 3356945.
HSL color Cylindrical-coordinate representation of color #113933: hue angle of 171º 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 #113933 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 51 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.78 |
| HSL | 171º | 0.54% | 0.15% | - |
| HSV(B) | 171º | 0.7% | 0.22% | - |
| XYZ | 2.29 | 3.28 | 3.65 | - |
| YUV | 44.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 51 | 0.70 | 0 | 0.11 | 0.78 | 171 | 0.54 | 0.15 |
| Hex | 11 | 39 | 33 | 46 | 0 | B | 4E | AB | 36 | F |
| Octal | 21 | 71 | 63 | 106 | 0 | 13 | 116 | 253 | 66 | 17 |
| Binary | 10001 | 111001 | 110011 | 1000110 | 0 | 1011 | 1001110 | 10101011 | 110110 | 1111 |
Color Harmonies of #113933
Complementary color
Monochromatic Colors of #113933
Black with #113933
Text Example
Text Example
White with #113933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113933; }
p { color: rgb(17,57,51); }
H1.HeaderClassName
{
color: #113933;
}
.AnyTagClassName
{
color: #113933;
}
</style>
background-color css
<style>
a { background-color: #113933; }
a { background-color: rgb(17,57,51); }
div.DivClassName
{
background-color: #113933;
}
.BgClassName
{
background-color: #113933;
}
</style>
border-color css
<style>
span { border-color: #113933; }
span { border-color: rgb(17,57,51); }
td.TdClassName
{
border-color: #113933;
}
.TagClassName
{
border-color: #113933;
}
</style>