Shades of Deep Teal #11392F
Tints of Deep Teal #11392F
RGB
CMYK
RGB Variations
Color information
#11392F (or 0x11392F) is known color: Deep Teal. HEX triplet: 11, 39 and 2F. RGB value is (17,57,47). Sum of RGB (Red+Green+Blue) = 17+57+47=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #11392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11392F is #EEC6D0. Grayscale: #2B2B2B. Windows color (decimal): -15648465 or 3094801. OLE color: 3094801.
HSL color Cylindrical-coordinate representation of color #11392F: hue angle of 165º 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 #11392F is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 47 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.78 |
| HSL | 165º | 0.54% | 0.15% | - |
| HSV(B) | 165º | 0.7% | 0.22% | - |
| XYZ | 2.21 | 3.25 | 3.2 | - |
| YUV | 43.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 47 | 0.70 | 0 | 0.18 | 0.78 | 165 | 0.54 | 0.15 |
| Hex | 11 | 39 | 2F | 46 | 0 | 12 | 4E | A5 | 36 | F |
| Octal | 21 | 71 | 57 | 106 | 0 | 22 | 116 | 245 | 66 | 17 |
| Binary | 10001 | 111001 | 101111 | 1000110 | 0 | 10010 | 1001110 | 10100101 | 110110 | 1111 |
Color Harmonies of #11392F
Complementary color
Monochromatic Colors of #11392F
Black with #11392F
Text Example
Text Example
White with #11392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11392F; }
p { color: rgb(17,57,47); }
H1.HeaderClassName
{
color: #11392F;
}
.AnyTagClassName
{
color: #11392F;
}
</style>
background-color css
<style>
a { background-color: #11392F; }
a { background-color: rgb(17,57,47); }
div.DivClassName
{
background-color: #11392F;
}
.BgClassName
{
background-color: #11392F;
}
</style>
border-color css
<style>
span { border-color: #11392F; }
span { border-color: rgb(17,57,47); }
td.TdClassName
{
border-color: #11392F;
}
.TagClassName
{
border-color: #11392F;
}
</style>