Shades of Deep Teal #073934
Tints of Deep Teal #073934
RGB
CMYK
RGB Variations
Color information
#073934 (or 0x073934) is known color: Deep Teal. HEX triplet: 07, 39 and 34. RGB value is (7,57,52). Sum of RGB (Red+Green+Blue) = 7+57+52=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #073934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073934 is #F8C6CB. Grayscale: #292929. Windows color (decimal): -16303820 or 3422471. OLE color: 3422471.
HSL color Cylindrical-coordinate representation of color #073934: hue angle of 174º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073934 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 57 | 52 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.78 |
| HSL | 174º | 0.78% | 0.13% | - |
| HSV(B) | 174º | 0.88% | 0.22% | - |
| XYZ | 2.17 | 3.22 | 3.76 | - |
| YUV | 41.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 52 | 0.88 | 0 | 0.09 | 0.78 | 174 | 0.78 | 0.13 |
| Hex | 7 | 39 | 34 | 58 | 0 | 9 | 4E | AE | 4E | D |
| Octal | 7 | 71 | 64 | 130 | 0 | 11 | 116 | 256 | 116 | 15 |
| Binary | 111 | 111001 | 110100 | 1011000 | 0 | 1001 | 1001110 | 10101110 | 1001110 | 1101 |
Color Harmonies of #073934
Complementary color
Monochromatic Colors of #073934
Black with #073934
Text Example
Text Example
White with #073934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073934; }
p { color: rgb(7,57,52); }
H1.HeaderClassName
{
color: #073934;
}
.AnyTagClassName
{
color: #073934;
}
</style>
background-color css
<style>
a { background-color: #073934; }
a { background-color: rgb(7,57,52); }
div.DivClassName
{
background-color: #073934;
}
.BgClassName
{
background-color: #073934;
}
</style>
border-color css
<style>
span { border-color: #073934; }
span { border-color: rgb(7,57,52); }
td.TdClassName
{
border-color: #073934;
}
.TagClassName
{
border-color: #073934;
}
</style>