Shades of Deep Teal #073C31
Tints of Deep Teal #073C31
RGB
CMYK
RGB Variations
Color information
#073C31 (or 0x073C31) is known color: Deep Teal. HEX triplet: 07, 3C and 31. RGB value is (7,60,49). Sum of RGB (Red+Green+Blue) = 7+60+49=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 60 (23.83% from 255 or 51.72% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 60 - color contains mainly: green. Hex color #073C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C31 is #F8C3CE. Grayscale: #2A2A2A. Windows color (decimal): -16303055 or 3226631. OLE color: 3226631.
HSL color Cylindrical-coordinate representation of color #073C31: hue angle of 167.55º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073C31 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 49 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.76 |
| HSL | 167.55º | 0.79% | 0.13% | - |
| HSV(B) | 167.55º | 0.88% | 0.24% | - |
| XYZ | 2.26 | 3.5 | 3.46 | - |
| YUV | 42.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 49 | 0.88 | 0 | 0.18 | 0.76 | 167.55 | 0.79 | 0.13 |
| Hex | 7 | 3C | 31 | 58 | 0 | 12 | 4C | A8 | 4F | D |
| Octal | 7 | 74 | 61 | 130 | 0 | 22 | 114 | 250 | 117 | 15 |
| Binary | 111 | 111100 | 110001 | 1011000 | 0 | 10010 | 1001100 | 10101000 | 1001111 | 1101 |
Color Harmonies of #073C31
Complementary color
Monochromatic Colors of #073C31
Black with #073C31
Text Example
Text Example
White with #073C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C31; }
p { color: rgb(7,60,49); }
H1.HeaderClassName
{
color: #073C31;
}
.AnyTagClassName
{
color: #073C31;
}
</style>
background-color css
<style>
a { background-color: #073C31; }
a { background-color: rgb(7,60,49); }
div.DivClassName
{
background-color: #073C31;
}
.BgClassName
{
background-color: #073C31;
}
</style>
border-color css
<style>
span { border-color: #073C31; }
span { border-color: rgb(7,60,49); }
td.TdClassName
{
border-color: #073C31;
}
.TagClassName
{
border-color: #073C31;
}
</style>