Shades of Deep Teal #074137
Tints of Deep Teal #074137
RGB
CMYK
RGB Variations
Color information
#074137 (or 0x074137) is known color: Deep Teal. HEX triplet: 07, 41 and 37. RGB value is (7,65,55). Sum of RGB (Red+Green+Blue) = 7+65+55=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #074137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074137 is #F8BEC8. Grayscale: #2E2E2E. Windows color (decimal): -16301769 or 3621127. OLE color: 3621127.
HSL color Cylindrical-coordinate representation of color #074137: hue angle of 169.66º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074137 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 55 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.75 |
| HSL | 169.66º | 0.81% | 0.14% | - |
| HSV(B) | 169.66º | 0.89% | 0.25% | - |
| XYZ | 2.67 | 4.1 | 4.27 | - |
| YUV | 46.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 55 | 0.89 | 0 | 0.15 | 0.75 | 169.66 | 0.81 | 0.14 |
| Hex | 7 | 41 | 37 | 59 | 0 | F | 4B | AA | 51 | E |
| Octal | 7 | 101 | 67 | 131 | 0 | 17 | 113 | 252 | 121 | 16 |
| Binary | 111 | 1000001 | 110111 | 1011001 | 0 | 1111 | 1001011 | 10101010 | 1010001 | 1110 |
Color Harmonies of #074137
Complementary color
Monochromatic Colors of #074137
Black with #074137
Text Example
Text Example
White with #074137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074137; }
p { color: rgb(7,65,55); }
H1.HeaderClassName
{
color: #074137;
}
.AnyTagClassName
{
color: #074137;
}
</style>
background-color css
<style>
a { background-color: #074137; }
a { background-color: rgb(7,65,55); }
div.DivClassName
{
background-color: #074137;
}
.BgClassName
{
background-color: #074137;
}
</style>
border-color css
<style>
span { border-color: #074137; }
span { border-color: rgb(7,65,55); }
td.TdClassName
{
border-color: #074137;
}
.TagClassName
{
border-color: #074137;
}
</style>