Shades of Deep Teal #11503F
Tints of Deep Teal #11503F
RGB
CMYK
RGB Variations
Color information
#11503F (or 0x11503F) is known color: Deep Teal. HEX triplet: 11, 50 and 3F. RGB value is (17,80,63). Sum of RGB (Red+Green+Blue) = 17+80+63=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #11503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11503F is #EEAFC0. Grayscale: #3B3B3B. Windows color (decimal): -15642561 or 4149265. OLE color: 4149265.
HSL color Cylindrical-coordinate representation of color #11503F: hue angle of 163.81º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11503F is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 80 | 63 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.69 |
| HSL | 163.81º | 0.65% | 0.19% | - |
| HSV(B) | 163.81º | 0.79% | 0.31% | - |
| XYZ | 4 | 6.22 | 5.69 | - |
| YUV | 59.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 63 | 0.79 | 0 | 0.21 | 0.69 | 163.81 | 0.65 | 0.19 |
| Hex | 11 | 50 | 3F | 4F | 0 | 15 | 45 | A4 | 41 | 13 |
| Octal | 21 | 120 | 77 | 117 | 0 | 25 | 105 | 244 | 101 | 23 |
| Binary | 10001 | 1010000 | 111111 | 1001111 | 0 | 10101 | 1000101 | 10100100 | 1000001 | 10011 |
Color Harmonies of #11503F
Complementary color
Monochromatic Colors of #11503F
Black with #11503F
Text Example
Text Example
White with #11503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11503F; }
p { color: rgb(17,80,63); }
H1.HeaderClassName
{
color: #11503F;
}
.AnyTagClassName
{
color: #11503F;
}
</style>
background-color css
<style>
a { background-color: #11503F; }
a { background-color: rgb(17,80,63); }
div.DivClassName
{
background-color: #11503F;
}
.BgClassName
{
background-color: #11503F;
}
</style>
border-color css
<style>
span { border-color: #11503F; }
span { border-color: rgb(17,80,63); }
td.TdClassName
{
border-color: #11503F;
}
.TagClassName
{
border-color: #11503F;
}
</style>