Shades of Deep Teal #073832
Tints of Deep Teal #073832
RGB
CMYK
RGB Variations
Color information
#073832 (or 0x073832) is known color: Deep Teal. HEX triplet: 07, 38 and 32. RGB value is (7,56,50). Sum of RGB (Red+Green+Blue) = 7+56+50=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #073832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073832 is #F8C7CD. Grayscale: #282828. Windows color (decimal): -16304078 or 3291143. OLE color: 3291143.
HSL color Cylindrical-coordinate representation of color #073832: hue angle of 172.65º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073832 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 50 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.78 |
| HSL | 172.65º | 0.78% | 0.12% | - |
| HSV(B) | 172.65º | 0.88% | 0.22% | - |
| XYZ | 2.08 | 3.1 | 3.51 | - |
| YUV | 40.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 50 | 0.88 | 0 | 0.11 | 0.78 | 172.65 | 0.78 | 0.12 |
| Hex | 7 | 38 | 32 | 58 | 0 | B | 4E | AD | 4E | C |
| Octal | 7 | 70 | 62 | 130 | 0 | 13 | 116 | 255 | 116 | 14 |
| Binary | 111 | 111000 | 110010 | 1011000 | 0 | 1011 | 1001110 | 10101101 | 1001110 | 1100 |
Color Harmonies of #073832
Complementary color
Monochromatic Colors of #073832
Black with #073832
Text Example
Text Example
White with #073832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073832; }
p { color: rgb(7,56,50); }
H1.HeaderClassName
{
color: #073832;
}
.AnyTagClassName
{
color: #073832;
}
</style>
background-color css
<style>
a { background-color: #073832; }
a { background-color: rgb(7,56,50); }
div.DivClassName
{
background-color: #073832;
}
.BgClassName
{
background-color: #073832;
}
</style>
border-color css
<style>
span { border-color: #073832; }
span { border-color: rgb(7,56,50); }
td.TdClassName
{
border-color: #073832;
}
.TagClassName
{
border-color: #073832;
}
</style>