Shades of Deep Teal #074735
Tints of Deep Teal #074735
RGB
CMYK
RGB Variations
Color information
#074735 (or 0x074735) is known color: Deep Teal. HEX triplet: 07, 47 and 35. RGB value is (7,71,53). Sum of RGB (Red+Green+Blue) = 7+71+53=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #074735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074735 is #F8B8CA. Grayscale: #313131. Windows color (decimal): -16300235 or 3491591. OLE color: 3491591.
HSL color Cylindrical-coordinate representation of color #074735: hue angle of 163.12º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074735 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 71 | 53 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.72 |
| HSL | 163.13º | 0.82% | 0.15% | - |
| HSV(B) | 163.13º | 0.9% | 0.28% | - |
| XYZ | 2.98 | 4.81 | 4.14 | - |
| YUV | 49.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 53 | 0.90 | 0 | 0.25 | 0.72 | 163.13 | 0.82 | 0.15 |
| Hex | 7 | 47 | 35 | 5A | 0 | 19 | 48 | A3 | 52 | F |
| Octal | 7 | 107 | 65 | 132 | 0 | 31 | 110 | 243 | 122 | 17 |
| Binary | 111 | 1000111 | 110101 | 1011010 | 0 | 11001 | 1001000 | 10100011 | 1010010 | 1111 |
Color Harmonies of #074735
Complementary color
Monochromatic Colors of #074735
Black with #074735
Text Example
Text Example
White with #074735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074735; }
p { color: rgb(7,71,53); }
H1.HeaderClassName
{
color: #074735;
}
.AnyTagClassName
{
color: #074735;
}
</style>
background-color css
<style>
a { background-color: #074735; }
a { background-color: rgb(7,71,53); }
div.DivClassName
{
background-color: #074735;
}
.BgClassName
{
background-color: #074735;
}
</style>
border-color css
<style>
span { border-color: #074735; }
span { border-color: rgb(7,71,53); }
td.TdClassName
{
border-color: #074735;
}
.TagClassName
{
border-color: #074735;
}
</style>