Shades of Deep Teal #11483A
Tints of Deep Teal #11483A
RGB
CMYK
RGB Variations
Color information
#11483A (or 0x11483A) is known color: Deep Teal. HEX triplet: 11, 48 and 3A. RGB value is (17,72,58). Sum of RGB (Red+Green+Blue) = 17+72+58=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #11483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11483A is #EEB7C5. Grayscale: #353535. Windows color (decimal): -15644614 or 3819537. OLE color: 3819537.
HSL color Cylindrical-coordinate representation of color #11483A: hue angle of 164.73º 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 #11483A is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 72 | 58 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.72 |
| HSL | 164.73º | 0.62% | 0.17% | - |
| HSV(B) | 164.73º | 0.76% | 0.28% | - |
| XYZ | 3.31 | 5.06 | 4.8 | - |
| YUV | 53.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 58 | 0.76 | 0 | 0.19 | 0.72 | 164.73 | 0.62 | 0.17 |
| Hex | 11 | 48 | 3A | 4C | 0 | 13 | 48 | A5 | 3E | 11 |
| Octal | 21 | 110 | 72 | 114 | 0 | 23 | 110 | 245 | 76 | 21 |
| Binary | 10001 | 1001000 | 111010 | 1001100 | 0 | 10011 | 1001000 | 10100101 | 111110 | 10001 |
Color Harmonies of #11483A
Complementary color
Monochromatic Colors of #11483A
Black with #11483A
Text Example
Text Example
White with #11483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11483A; }
p { color: rgb(17,72,58); }
H1.HeaderClassName
{
color: #11483A;
}
.AnyTagClassName
{
color: #11483A;
}
</style>
background-color css
<style>
a { background-color: #11483A; }
a { background-color: rgb(17,72,58); }
div.DivClassName
{
background-color: #11483A;
}
.BgClassName
{
background-color: #11483A;
}
</style>
border-color css
<style>
span { border-color: #11483A; }
span { border-color: rgb(17,72,58); }
td.TdClassName
{
border-color: #11483A;
}
.TagClassName
{
border-color: #11483A;
}
</style>