Shades of Deep Teal #11483B
Tints of Deep Teal #11483B
RGB
CMYK
RGB Variations
Color information
#11483B (or 0x11483B) is known color: Deep Teal. HEX triplet: 11, 48 and 3B. RGB value is (17,72,59). Sum of RGB (Red+Green+Blue) = 17+72+59=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #11483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11483B is #EEB7C4. Grayscale: #363636. Windows color (decimal): -15644613 or 3885073. OLE color: 3885073.
HSL color Cylindrical-coordinate representation of color #11483B: hue angle of 165.82º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11483B is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 72 | 59 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.72 |
| HSL | 165.82º | 0.62% | 0.17% | - |
| HSV(B) | 165.82º | 0.76% | 0.28% | - |
| XYZ | 3.34 | 5.07 | 4.94 | - |
| YUV | 54.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 59 | 0.76 | 0 | 0.18 | 0.72 | 165.82 | 0.62 | 0.17 |
| Hex | 11 | 48 | 3B | 4C | 0 | 12 | 48 | A6 | 3E | 11 |
| Octal | 21 | 110 | 73 | 114 | 0 | 22 | 110 | 246 | 76 | 21 |
| Binary | 10001 | 1001000 | 111011 | 1001100 | 0 | 10010 | 1001000 | 10100110 | 111110 | 10001 |
Color Harmonies of #11483B
Complementary color
Monochromatic Colors of #11483B
Black with #11483B
Text Example
Text Example
White with #11483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11483B; }
p { color: rgb(17,72,59); }
H1.HeaderClassName
{
color: #11483B;
}
.AnyTagClassName
{
color: #11483B;
}
</style>
background-color css
<style>
a { background-color: #11483B; }
a { background-color: rgb(17,72,59); }
div.DivClassName
{
background-color: #11483B;
}
.BgClassName
{
background-color: #11483B;
}
</style>
border-color css
<style>
span { border-color: #11483B; }
span { border-color: rgb(17,72,59); }
td.TdClassName
{
border-color: #11483B;
}
.TagClassName
{
border-color: #11483B;
}
</style>