Shades of Deep Teal #073C35
Tints of Deep Teal #073C35
RGB
CMYK
RGB Variations
Color information
#073C35 (or 0x073C35) is known color: Deep Teal. HEX triplet: 07, 3C and 35. RGB value is (7,60,53). Sum of RGB (Red+Green+Blue) = 7+60+53=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 60 (23.83% from 255 or 50% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 60 - color contains mainly: green. Hex color #073C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C35 is #F8C3CA. Grayscale: #2B2B2B. Windows color (decimal): -16303051 or 3488775. OLE color: 3488775.
HSL color Cylindrical-coordinate representation of color #073C35: hue angle of 172.08º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073C35 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 53 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.76 |
| HSL | 172.08º | 0.79% | 0.13% | - |
| HSV(B) | 172.08º | 0.88% | 0.24% | - |
| XYZ | 2.35 | 3.53 | 3.93 | - |
| YUV | 43.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 53 | 0.88 | 0 | 0.12 | 0.76 | 172.08 | 0.79 | 0.13 |
| Hex | 7 | 3C | 35 | 58 | 0 | C | 4C | AC | 4F | D |
| Octal | 7 | 74 | 65 | 130 | 0 | 14 | 114 | 254 | 117 | 15 |
| Binary | 111 | 111100 | 110101 | 1011000 | 0 | 1100 | 1001100 | 10101100 | 1001111 | 1101 |
Color Harmonies of #073C35
Complementary color
Monochromatic Colors of #073C35
Black with #073C35
Text Example
Text Example
White with #073C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C35; }
p { color: rgb(7,60,53); }
H1.HeaderClassName
{
color: #073C35;
}
.AnyTagClassName
{
color: #073C35;
}
</style>
background-color css
<style>
a { background-color: #073C35; }
a { background-color: rgb(7,60,53); }
div.DivClassName
{
background-color: #073C35;
}
.BgClassName
{
background-color: #073C35;
}
</style>
border-color css
<style>
span { border-color: #073C35; }
span { border-color: rgb(7,60,53); }
td.TdClassName
{
border-color: #073C35;
}
.TagClassName
{
border-color: #073C35;
}
</style>