Shades of Deep Teal #074034
Tints of Deep Teal #074034
RGB
CMYK
RGB Variations
Color information
#074034 (or 0x074034) is known color: Deep Teal. HEX triplet: 07, 40 and 34. RGB value is (7,64,52). Sum of RGB (Red+Green+Blue) = 7+64+52=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #074034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074034 is #F8BFCB. Grayscale: #2D2D2D. Windows color (decimal): -16302028 or 3424263. OLE color: 3424263.
HSL color Cylindrical-coordinate representation of color #074034: hue angle of 167.37º degrees, saturation: 0.8, 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 #074034 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 52 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.75 |
| HSL | 167.37º | 0.8% | 0.14% | - |
| HSV(B) | 167.37º | 0.89% | 0.25% | - |
| XYZ | 2.54 | 3.96 | 3.88 | - |
| YUV | 45.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 52 | 0.89 | 0 | 0.19 | 0.75 | 167.37 | 0.8 | 0.14 |
| Hex | 7 | 40 | 34 | 59 | 0 | 13 | 4B | A7 | 50 | E |
| Octal | 7 | 100 | 64 | 131 | 0 | 23 | 113 | 247 | 120 | 16 |
| Binary | 111 | 1000000 | 110100 | 1011001 | 0 | 10011 | 1001011 | 10100111 | 1010000 | 1110 |
Color Harmonies of #074034
Complementary color
Monochromatic Colors of #074034
Black with #074034
Text Example
Text Example
White with #074034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074034; }
p { color: rgb(7,64,52); }
H1.HeaderClassName
{
color: #074034;
}
.AnyTagClassName
{
color: #074034;
}
</style>
background-color css
<style>
a { background-color: #074034; }
a { background-color: rgb(7,64,52); }
div.DivClassName
{
background-color: #074034;
}
.BgClassName
{
background-color: #074034;
}
</style>
border-color css
<style>
span { border-color: #074034; }
span { border-color: rgb(7,64,52); }
td.TdClassName
{
border-color: #074034;
}
.TagClassName
{
border-color: #074034;
}
</style>