Shades of Deep Teal #07493A
Tints of Deep Teal #07493A
RGB
CMYK
RGB Variations
Color information
#07493A (or 0x07493A) is known color: Deep Teal. HEX triplet: 07, 49 and 3A. RGB value is (7,73,58). Sum of RGB (Red+Green+Blue) = 7+73+58=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #07493A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07493A is #F8B6C5. Grayscale: #333333. Windows color (decimal): -16299718 or 3819783. OLE color: 3819783.
HSL color Cylindrical-coordinate representation of color #07493A: hue angle of 166.36º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07493A is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 73 | 58 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.71 |
| HSL | 166.36º | 0.83% | 0.16% | - |
| HSV(B) | 166.36º | 0.9% | 0.29% | - |
| XYZ | 3.23 | 5.12 | 4.82 | - |
| YUV | 51.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 58 | 0.90 | 0 | 0.21 | 0.71 | 166.36 | 0.83 | 0.16 |
| Hex | 7 | 49 | 3A | 5A | 0 | 15 | 47 | A6 | 52 | 10 |
| Octal | 7 | 111 | 72 | 132 | 0 | 25 | 107 | 246 | 122 | 20 |
| Binary | 111 | 1001001 | 111010 | 1011010 | 0 | 10101 | 1000111 | 10100110 | 1010010 | 10000 |
Color Harmonies of #07493A
Complementary color
Monochromatic Colors of #07493A
Black with #07493A
Text Example
Text Example
White with #07493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07493A; }
p { color: rgb(7,73,58); }
H1.HeaderClassName
{
color: #07493A;
}
.AnyTagClassName
{
color: #07493A;
}
</style>
background-color css
<style>
a { background-color: #07493A; }
a { background-color: rgb(7,73,58); }
div.DivClassName
{
background-color: #07493A;
}
.BgClassName
{
background-color: #07493A;
}
</style>
border-color css
<style>
span { border-color: #07493A; }
span { border-color: rgb(7,73,58); }
td.TdClassName
{
border-color: #07493A;
}
.TagClassName
{
border-color: #07493A;
}
</style>