Shades of Deep Teal #073A32
Tints of Deep Teal #073A32
RGB
CMYK
RGB Variations
Color information
#073A32 (or 0x073A32) is known color: Deep Teal. HEX triplet: 07, 3A and 32. RGB value is (7,58,50). Sum of RGB (Red+Green+Blue) = 7+58+50=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #073A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A32 is #F8C5CD. Grayscale: #292929. Windows color (decimal): -16303566 or 3291655. OLE color: 3291655.
HSL color Cylindrical-coordinate representation of color #073A32: hue angle of 170.59º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A32 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 50 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.77 |
| HSL | 170.59º | 0.78% | 0.13% | - |
| HSV(B) | 170.59º | 0.88% | 0.23% | - |
| XYZ | 2.18 | 3.3 | 3.54 | - |
| YUV | 41.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 50 | 0.88 | 0 | 0.14 | 0.77 | 170.59 | 0.78 | 0.13 |
| Hex | 7 | 3A | 32 | 58 | 0 | E | 4D | AB | 4E | D |
| Octal | 7 | 72 | 62 | 130 | 0 | 16 | 115 | 253 | 116 | 15 |
| Binary | 111 | 111010 | 110010 | 1011000 | 0 | 1110 | 1001101 | 10101011 | 1001110 | 1101 |
Color Harmonies of #073A32
Complementary color
Monochromatic Colors of #073A32
Black with #073A32
Text Example
Text Example
White with #073A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A32; }
p { color: rgb(7,58,50); }
H1.HeaderClassName
{
color: #073A32;
}
.AnyTagClassName
{
color: #073A32;
}
</style>
background-color css
<style>
a { background-color: #073A32; }
a { background-color: rgb(7,58,50); }
div.DivClassName
{
background-color: #073A32;
}
.BgClassName
{
background-color: #073A32;
}
</style>
border-color css
<style>
span { border-color: #073A32; }
span { border-color: rgb(7,58,50); }
td.TdClassName
{
border-color: #073A32;
}
.TagClassName
{
border-color: #073A32;
}
</style>