Shades of Deep Teal #074A37
Tints of Deep Teal #074A37
RGB
CMYK
RGB Variations
Color information
#074A37 (or 0x074A37) is known color: Deep Teal. HEX triplet: 07, 4A and 37. RGB value is (7,74,55). Sum of RGB (Red+Green+Blue) = 7+74+55=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #074A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A37 is #F8B5C8. Grayscale: #333333. Windows color (decimal): -16299465 or 3623431. OLE color: 3623431.
HSL color Cylindrical-coordinate representation of color #074A37: hue angle of 162.99º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A37 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 55 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.71 |
| HSL | 162.99º | 0.83% | 0.16% | - |
| HSV(B) | 162.99º | 0.91% | 0.29% | - |
| XYZ | 3.23 | 5.22 | 4.45 | - |
| YUV | 51.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 55 | 0.91 | 0 | 0.26 | 0.71 | 162.99 | 0.83 | 0.16 |
| Hex | 7 | 4A | 37 | 5B | 0 | 1A | 47 | A3 | 53 | 10 |
| Octal | 7 | 112 | 67 | 133 | 0 | 32 | 107 | 243 | 123 | 20 |
| Binary | 111 | 1001010 | 110111 | 1011011 | 0 | 11010 | 1000111 | 10100011 | 1010011 | 10000 |
Color Harmonies of #074A37
Complementary color
Monochromatic Colors of #074A37
Black with #074A37
Text Example
Text Example
White with #074A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A37; }
p { color: rgb(7,74,55); }
H1.HeaderClassName
{
color: #074A37;
}
.AnyTagClassName
{
color: #074A37;
}
</style>
background-color css
<style>
a { background-color: #074A37; }
a { background-color: rgb(7,74,55); }
div.DivClassName
{
background-color: #074A37;
}
.BgClassName
{
background-color: #074A37;
}
</style>
border-color css
<style>
span { border-color: #074A37; }
span { border-color: rgb(7,74,55); }
td.TdClassName
{
border-color: #074A37;
}
.TagClassName
{
border-color: #074A37;
}
</style>