Shades of Deep Teal #11433A
Tints of Deep Teal #11433A
RGB
CMYK
RGB Variations
Color information
#11433A (or 0x11433A) is known color: Deep Teal. HEX triplet: 11, 43 and 3A. RGB value is (17,67,58). Sum of RGB (Red+Green+Blue) = 17+67+58=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #11433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11433A is #EEBCC5. Grayscale: #333333. Windows color (decimal): -15645894 or 3818257. OLE color: 3818257.
HSL color Cylindrical-coordinate representation of color #11433A: hue angle of 169.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11433A is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 67 | 58 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.74 |
| HSL | 169.2º | 0.6% | 0.16% | - |
| HSV(B) | 169.2º | 0.75% | 0.26% | - |
| XYZ | 3 | 4.44 | 4.7 | - |
| YUV | 51.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 58 | 0.75 | 0 | 0.13 | 0.74 | 169.2 | 0.6 | 0.16 |
| Hex | 11 | 43 | 3A | 4B | 0 | D | 4A | A9 | 3C | 10 |
| Octal | 21 | 103 | 72 | 113 | 0 | 15 | 112 | 251 | 74 | 20 |
| Binary | 10001 | 1000011 | 111010 | 1001011 | 0 | 1101 | 1001010 | 10101001 | 111100 | 10000 |
Color Harmonies of #11433A
Complementary color
Monochromatic Colors of #11433A
Black with #11433A
Text Example
Text Example
White with #11433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11433A; }
p { color: rgb(17,67,58); }
H1.HeaderClassName
{
color: #11433A;
}
.AnyTagClassName
{
color: #11433A;
}
</style>
background-color css
<style>
a { background-color: #11433A; }
a { background-color: rgb(17,67,58); }
div.DivClassName
{
background-color: #11433A;
}
.BgClassName
{
background-color: #11433A;
}
</style>
border-color css
<style>
span { border-color: #11433A; }
span { border-color: rgb(17,67,58); }
td.TdClassName
{
border-color: #11433A;
}
.TagClassName
{
border-color: #11433A;
}
</style>