Shades of Deep Teal #073A33
Tints of Deep Teal #073A33
RGB
CMYK
RGB Variations
Color information
#073A33 (or 0x073A33) is known color: Deep Teal. HEX triplet: 07, 3A and 33. RGB value is (7,58,51). Sum of RGB (Red+Green+Blue) = 7+58+51=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #073A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A33 is #F8C5CC. Grayscale: #292929. Windows color (decimal): -16303565 or 3357191. OLE color: 3357191.
HSL color Cylindrical-coordinate representation of color #073A33: hue angle of 171.76º 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 #073A33 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 51 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.77 |
| HSL | 171.76º | 0.78% | 0.13% | - |
| HSV(B) | 171.76º | 0.88% | 0.23% | - |
| XYZ | 2.2 | 3.31 | 3.66 | - |
| YUV | 41.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 51 | 0.88 | 0 | 0.12 | 0.77 | 171.76 | 0.78 | 0.13 |
| Hex | 7 | 3A | 33 | 58 | 0 | C | 4D | AC | 4E | D |
| Octal | 7 | 72 | 63 | 130 | 0 | 14 | 115 | 254 | 116 | 15 |
| Binary | 111 | 111010 | 110011 | 1011000 | 0 | 1100 | 1001101 | 10101100 | 1001110 | 1101 |
Color Harmonies of #073A33
Complementary color
Monochromatic Colors of #073A33
Black with #073A33
Text Example
Text Example
White with #073A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A33; }
p { color: rgb(7,58,51); }
H1.HeaderClassName
{
color: #073A33;
}
.AnyTagClassName
{
color: #073A33;
}
</style>
background-color css
<style>
a { background-color: #073A33; }
a { background-color: rgb(7,58,51); }
div.DivClassName
{
background-color: #073A33;
}
.BgClassName
{
background-color: #073A33;
}
</style>
border-color css
<style>
span { border-color: #073A33; }
span { border-color: rgb(7,58,51); }
td.TdClassName
{
border-color: #073A33;
}
.TagClassName
{
border-color: #073A33;
}
</style>