Shades of Deep Teal #11493C
Tints of Deep Teal #11493C
RGB
CMYK
RGB Variations
Color information
#11493C (or 0x11493C) is known color: Deep Teal. HEX triplet: 11, 49 and 3C. RGB value is (17,73,60). Sum of RGB (Red+Green+Blue) = 17+73+60=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #11493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11493C is #EEB6C3. Grayscale: #363636. Windows color (decimal): -15644356 or 3950865. OLE color: 3950865.
HSL color Cylindrical-coordinate representation of color #11493C: hue angle of 166.07º 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 #11493C is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 73 | 60 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.71 |
| HSL | 166.07º | 0.62% | 0.18% | - |
| HSV(B) | 166.07º | 0.77% | 0.29% | - |
| XYZ | 3.43 | 5.21 | 5.1 | - |
| YUV | 54.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 60 | 0.77 | 0 | 0.18 | 0.71 | 166.07 | 0.62 | 0.18 |
| Hex | 11 | 49 | 3C | 4D | 0 | 12 | 47 | A6 | 3E | 12 |
| Octal | 21 | 111 | 74 | 115 | 0 | 22 | 107 | 246 | 76 | 22 |
| Binary | 10001 | 1001001 | 111100 | 1001101 | 0 | 10010 | 1000111 | 10100110 | 111110 | 10010 |
Color Harmonies of #11493C
Complementary color
Monochromatic Colors of #11493C
Black with #11493C
Text Example
Text Example
White with #11493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11493C; }
p { color: rgb(17,73,60); }
H1.HeaderClassName
{
color: #11493C;
}
.AnyTagClassName
{
color: #11493C;
}
</style>
background-color css
<style>
a { background-color: #11493C; }
a { background-color: rgb(17,73,60); }
div.DivClassName
{
background-color: #11493C;
}
.BgClassName
{
background-color: #11493C;
}
</style>
border-color css
<style>
span { border-color: #11493C; }
span { border-color: rgb(17,73,60); }
td.TdClassName
{
border-color: #11493C;
}
.TagClassName
{
border-color: #11493C;
}
</style>