Shades of Deep Teal #074134
Tints of Deep Teal #074134
RGB
CMYK
RGB Variations
Color information
#074134 (or 0x074134) is known color: Deep Teal. HEX triplet: 07, 41 and 34. RGB value is (7,65,52). Sum of RGB (Red+Green+Blue) = 7+65+52=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #074134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074134 is #F8BECB. Grayscale: #2E2E2E. Windows color (decimal): -16301772 or 3424519. OLE color: 3424519.
HSL color Cylindrical-coordinate representation of color #074134: hue angle of 166.55º 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 #074134 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 52 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.75 |
| HSL | 166.55º | 0.81% | 0.14% | - |
| HSV(B) | 166.55º | 0.89% | 0.25% | - |
| XYZ | 2.6 | 4.07 | 3.9 | - |
| YUV | 46.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 52 | 0.89 | 0 | 0.20 | 0.75 | 166.55 | 0.81 | 0.14 |
| Hex | 7 | 41 | 34 | 59 | 0 | 14 | 4B | A7 | 51 | E |
| Octal | 7 | 101 | 64 | 131 | 0 | 24 | 113 | 247 | 121 | 16 |
| Binary | 111 | 1000001 | 110100 | 1011001 | 0 | 10100 | 1001011 | 10100111 | 1010001 | 1110 |
Color Harmonies of #074134
Complementary color
Monochromatic Colors of #074134
Black with #074134
Text Example
Text Example
White with #074134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074134; }
p { color: rgb(7,65,52); }
H1.HeaderClassName
{
color: #074134;
}
.AnyTagClassName
{
color: #074134;
}
</style>
background-color css
<style>
a { background-color: #074134; }
a { background-color: rgb(7,65,52); }
div.DivClassName
{
background-color: #074134;
}
.BgClassName
{
background-color: #074134;
}
</style>
border-color css
<style>
span { border-color: #074134; }
span { border-color: rgb(7,65,52); }
td.TdClassName
{
border-color: #074134;
}
.TagClassName
{
border-color: #074134;
}
</style>