Shades of Deep Teal #11453D
Tints of Deep Teal #11453D
RGB
CMYK
RGB Variations
Color information
#11453D (or 0x11453D) is known color: Deep Teal. HEX triplet: 11, 45 and 3D. RGB value is (17,69,61). Sum of RGB (Red+Green+Blue) = 17+69+61=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #11453D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11453D is #EEBAC2. Grayscale: #343434. Windows color (decimal): -15645379 or 4015377. OLE color: 4015377.
HSL color Cylindrical-coordinate representation of color #11453D: hue angle of 170.77º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11453D is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 69 | 61 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.73 |
| HSL | 170.77º | 0.6% | 0.17% | - |
| HSV(B) | 170.77º | 0.75% | 0.27% | - |
| XYZ | 3.2 | 4.71 | 5.16 | - |
| YUV | 52.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 61 | 0.75 | 0 | 0.12 | 0.73 | 170.77 | 0.6 | 0.17 |
| Hex | 11 | 45 | 3D | 4B | 0 | C | 49 | AB | 3C | 11 |
| Octal | 21 | 105 | 75 | 113 | 0 | 14 | 111 | 253 | 74 | 21 |
| Binary | 10001 | 1000101 | 111101 | 1001011 | 0 | 1100 | 1001001 | 10101011 | 111100 | 10001 |
Color Harmonies of #11453D
Complementary color
Monochromatic Colors of #11453D
Black with #11453D
Text Example
Text Example
White with #11453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11453D; }
p { color: rgb(17,69,61); }
H1.HeaderClassName
{
color: #11453D;
}
.AnyTagClassName
{
color: #11453D;
}
</style>
background-color css
<style>
a { background-color: #11453D; }
a { background-color: rgb(17,69,61); }
div.DivClassName
{
background-color: #11453D;
}
.BgClassName
{
background-color: #11453D;
}
</style>
border-color css
<style>
span { border-color: #11453D; }
span { border-color: rgb(17,69,61); }
td.TdClassName
{
border-color: #11453D;
}
.TagClassName
{
border-color: #11453D;
}
</style>