Shades of Deep Teal #11493A
Tints of Deep Teal #11493A
RGB
CMYK
RGB Variations
Color information
#11493A (or 0x11493A) is known color: Deep Teal. HEX triplet: 11, 49 and 3A. RGB value is (17,73,58). Sum of RGB (Red+Green+Blue) = 17+73+58=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #11493A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11493A is #EEB6C5. Grayscale: #363636. Windows color (decimal): -15644358 or 3819793. OLE color: 3819793.
HSL color Cylindrical-coordinate representation of color #11493A: hue angle of 163.93º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11493A is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 73 | 58 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.71 |
| HSL | 163.93º | 0.62% | 0.18% | - |
| HSV(B) | 163.93º | 0.77% | 0.29% | - |
| XYZ | 3.38 | 5.19 | 4.83 | - |
| YUV | 54.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 58 | 0.77 | 0 | 0.21 | 0.71 | 163.93 | 0.62 | 0.18 |
| Hex | 11 | 49 | 3A | 4D | 0 | 15 | 47 | A4 | 3E | 12 |
| Octal | 21 | 111 | 72 | 115 | 0 | 25 | 107 | 244 | 76 | 22 |
| Binary | 10001 | 1001001 | 111010 | 1001101 | 0 | 10101 | 1000111 | 10100100 | 111110 | 10010 |
Color Harmonies of #11493A
Complementary color
Monochromatic Colors of #11493A
Black with #11493A
Text Example
Text Example
White with #11493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11493A; }
p { color: rgb(17,73,58); }
H1.HeaderClassName
{
color: #11493A;
}
.AnyTagClassName
{
color: #11493A;
}
</style>
background-color css
<style>
a { background-color: #11493A; }
a { background-color: rgb(17,73,58); }
div.DivClassName
{
background-color: #11493A;
}
.BgClassName
{
background-color: #11493A;
}
</style>
border-color css
<style>
span { border-color: #11493A; }
span { border-color: rgb(17,73,58); }
td.TdClassName
{
border-color: #11493A;
}
.TagClassName
{
border-color: #11493A;
}
</style>