Shades of Deep Teal #074D3A
Tints of Deep Teal #074D3A
RGB
CMYK
RGB Variations
Color information
#074D3A (or 0x074D3A) is known color: Deep Teal. HEX triplet: 07, 4D and 3A. RGB value is (7,77,58). Sum of RGB (Red+Green+Blue) = 7+77+58=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 77 (30.47% from 255 or 54.23% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 77 - color contains mainly: green. Hex color #074D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D3A is #F8B2C5. Grayscale: #353535. Windows color (decimal): -16298694 or 3820807. OLE color: 3820807.
HSL color Cylindrical-coordinate representation of color #074D3A: hue angle of 163.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D3A is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 58 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.70 |
| HSL | 163.71º | 0.83% | 0.16% | - |
| HSV(B) | 163.71º | 0.91% | 0.3% | - |
| XYZ | 3.51 | 5.66 | 4.91 | - |
| YUV | 53.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 58 | 0.91 | 0 | 0.25 | 0.70 | 163.71 | 0.83 | 0.16 |
| Hex | 7 | 4D | 3A | 5B | 0 | 19 | 46 | A4 | 53 | 10 |
| Octal | 7 | 115 | 72 | 133 | 0 | 31 | 106 | 244 | 123 | 20 |
| Binary | 111 | 1001101 | 111010 | 1011011 | 0 | 11001 | 1000110 | 10100100 | 1010011 | 10000 |
Color Harmonies of #074D3A
Complementary color
Monochromatic Colors of #074D3A
Black with #074D3A
Text Example
Text Example
White with #074D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D3A; }
p { color: rgb(7,77,58); }
H1.HeaderClassName
{
color: #074D3A;
}
.AnyTagClassName
{
color: #074D3A;
}
</style>
background-color css
<style>
a { background-color: #074D3A; }
a { background-color: rgb(7,77,58); }
div.DivClassName
{
background-color: #074D3A;
}
.BgClassName
{
background-color: #074D3A;
}
</style>
border-color css
<style>
span { border-color: #074D3A; }
span { border-color: rgb(7,77,58); }
td.TdClassName
{
border-color: #074D3A;
}
.TagClassName
{
border-color: #074D3A;
}
</style>