Shades of Deep Teal #073C33
Tints of Deep Teal #073C33
RGB
CMYK
RGB Variations
Color information
#073C33 (or 0x073C33) is known color: Deep Teal. HEX triplet: 07, 3C and 33. RGB value is (7,60,51). Sum of RGB (Red+Green+Blue) = 7+60+51=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 60 (23.83% from 255 or 50.85% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 60 - color contains mainly: green. Hex color #073C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C33 is #F8C3CC. Grayscale: #2B2B2B. Windows color (decimal): -16303053 or 3357703. OLE color: 3357703.
HSL color Cylindrical-coordinate representation of color #073C33: hue angle of 169.81º 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 #073C33 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 51 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.76 |
| HSL | 169.81º | 0.79% | 0.13% | - |
| HSV(B) | 169.81º | 0.88% | 0.24% | - |
| XYZ | 2.3 | 3.52 | 3.69 | - |
| YUV | 43.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 51 | 0.88 | 0 | 0.15 | 0.76 | 169.81 | 0.79 | 0.13 |
| Hex | 7 | 3C | 33 | 58 | 0 | F | 4C | AA | 4F | D |
| Octal | 7 | 74 | 63 | 130 | 0 | 17 | 114 | 252 | 117 | 15 |
| Binary | 111 | 111100 | 110011 | 1011000 | 0 | 1111 | 1001100 | 10101010 | 1001111 | 1101 |
Color Harmonies of #073C33
Complementary color
Monochromatic Colors of #073C33
Black with #073C33
Text Example
Text Example
White with #073C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C33; }
p { color: rgb(7,60,51); }
H1.HeaderClassName
{
color: #073C33;
}
.AnyTagClassName
{
color: #073C33;
}
</style>
background-color css
<style>
a { background-color: #073C33; }
a { background-color: rgb(7,60,51); }
div.DivClassName
{
background-color: #073C33;
}
.BgClassName
{
background-color: #073C33;
}
</style>
border-color css
<style>
span { border-color: #073C33; }
span { border-color: rgb(7,60,51); }
td.TdClassName
{
border-color: #073C33;
}
.TagClassName
{
border-color: #073C33;
}
</style>