Shades of Deep Teal #073F34
Tints of Deep Teal #073F34
RGB
CMYK
RGB Variations
Color information
#073F34 (or 0x073F34) is known color: Deep Teal. HEX triplet: 07, 3F and 34. RGB value is (7,63,52). Sum of RGB (Red+Green+Blue) = 7+63+52=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #073F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F34 is #F8C0CB. Grayscale: #2C2C2C. Windows color (decimal): -16302284 or 3424007. OLE color: 3424007.
HSL color Cylindrical-coordinate representation of color #073F34: hue angle of 168.21º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F34 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 63 | 52 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.75 |
| HSL | 168.21º | 0.8% | 0.14% | - |
| HSV(B) | 168.21º | 0.89% | 0.25% | - |
| XYZ | 2.48 | 3.85 | 3.86 | - |
| YUV | 45 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 52 | 0.89 | 0 | 0.17 | 0.75 | 168.21 | 0.8 | 0.14 |
| Hex | 7 | 3F | 34 | 59 | 0 | 11 | 4B | A8 | 50 | E |
| Octal | 7 | 77 | 64 | 131 | 0 | 21 | 113 | 250 | 120 | 16 |
| Binary | 111 | 111111 | 110100 | 1011001 | 0 | 10001 | 1001011 | 10101000 | 1010000 | 1110 |
Color Harmonies of #073F34
Complementary color
Monochromatic Colors of #073F34
Black with #073F34
Text Example
Text Example
White with #073F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F34; }
p { color: rgb(7,63,52); }
H1.HeaderClassName
{
color: #073F34;
}
.AnyTagClassName
{
color: #073F34;
}
</style>
background-color css
<style>
a { background-color: #073F34; }
a { background-color: rgb(7,63,52); }
div.DivClassName
{
background-color: #073F34;
}
.BgClassName
{
background-color: #073F34;
}
</style>
border-color css
<style>
span { border-color: #073F34; }
span { border-color: rgb(7,63,52); }
td.TdClassName
{
border-color: #073F34;
}
.TagClassName
{
border-color: #073F34;
}
</style>