Shades of Deep Teal #074D3D
Tints of Deep Teal #074D3D
RGB
CMYK
RGB Variations
Color information
#074D3D (or 0x074D3D) is known color: Deep Teal. HEX triplet: 07, 4D and 3D. RGB value is (7,77,61). Sum of RGB (Red+Green+Blue) = 7+77+61=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #074D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D3D is #F8B2C2. Grayscale: #363636. Windows color (decimal): -16298691 or 4017415. OLE color: 4017415.
HSL color Cylindrical-coordinate representation of color #074D3D: hue angle of 166.29º 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 #074D3D is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 61 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.70 |
| HSL | 166.29º | 0.83% | 0.16% | - |
| HSV(B) | 166.29º | 0.91% | 0.3% | - |
| XYZ | 3.58 | 5.69 | 5.32 | - |
| YUV | 54.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 61 | 0.91 | 0 | 0.21 | 0.70 | 166.29 | 0.83 | 0.16 |
| Hex | 7 | 4D | 3D | 5B | 0 | 15 | 46 | A6 | 53 | 10 |
| Octal | 7 | 115 | 75 | 133 | 0 | 25 | 106 | 246 | 123 | 20 |
| Binary | 111 | 1001101 | 111101 | 1011011 | 0 | 10101 | 1000110 | 10100110 | 1010011 | 10000 |
Color Harmonies of #074D3D
Complementary color
Monochromatic Colors of #074D3D
Black with #074D3D
Text Example
Text Example
White with #074D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D3D; }
p { color: rgb(7,77,61); }
H1.HeaderClassName
{
color: #074D3D;
}
.AnyTagClassName
{
color: #074D3D;
}
</style>
background-color css
<style>
a { background-color: #074D3D; }
a { background-color: rgb(7,77,61); }
div.DivClassName
{
background-color: #074D3D;
}
.BgClassName
{
background-color: #074D3D;
}
</style>
border-color css
<style>
span { border-color: #074D3D; }
span { border-color: rgb(7,77,61); }
td.TdClassName
{
border-color: #074D3D;
}
.TagClassName
{
border-color: #074D3D;
}
</style>