Shades of Deep Teal #073830
Tints of Deep Teal #073830
RGB
CMYK
RGB Variations
Color information
#073830 (or 0x073830) is known color: Deep Teal. HEX triplet: 07, 38 and 30. RGB value is (7,56,48). Sum of RGB (Red+Green+Blue) = 7+56+48=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #073830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073830 is #F8C7CF. Grayscale: #282828. Windows color (decimal): -16304080 or 3160071. OLE color: 3160071.
HSL color Cylindrical-coordinate representation of color #073830: hue angle of 170.2º 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 #073830 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 48 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.78 |
| HSL | 170.2º | 0.78% | 0.12% | - |
| HSV(B) | 170.2º | 0.88% | 0.22% | - |
| XYZ | 2.04 | 3.09 | 3.28 | - |
| YUV | 40.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 48 | 0.88 | 0 | 0.14 | 0.78 | 170.2 | 0.78 | 0.12 |
| Hex | 7 | 38 | 30 | 58 | 0 | E | 4E | AA | 4E | C |
| Octal | 7 | 70 | 60 | 130 | 0 | 16 | 116 | 252 | 116 | 14 |
| Binary | 111 | 111000 | 110000 | 1011000 | 0 | 1110 | 1001110 | 10101010 | 1001110 | 1100 |
Color Harmonies of #073830
Complementary color
Monochromatic Colors of #073830
Black with #073830
Text Example
Text Example
White with #073830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073830; }
p { color: rgb(7,56,48); }
H1.HeaderClassName
{
color: #073830;
}
.AnyTagClassName
{
color: #073830;
}
</style>
background-color css
<style>
a { background-color: #073830; }
a { background-color: rgb(7,56,48); }
div.DivClassName
{
background-color: #073830;
}
.BgClassName
{
background-color: #073830;
}
</style>
border-color css
<style>
span { border-color: #073830; }
span { border-color: rgb(7,56,48); }
td.TdClassName
{
border-color: #073830;
}
.TagClassName
{
border-color: #073830;
}
</style>