Shades of Deep Teal #07473B
Tints of Deep Teal #07473B
RGB
CMYK
RGB Variations
Color information
#07473B (or 0x07473B) is known color: Deep Teal. HEX triplet: 07, 47 and 3B. RGB value is (7,71,59). Sum of RGB (Red+Green+Blue) = 7+71+59=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #07473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07473B is #F8B8C4. Grayscale: #323232. Windows color (decimal): -16300229 or 3884807. OLE color: 3884807.
HSL color Cylindrical-coordinate representation of color #07473B: hue angle of 168.75º 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 #07473B is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 71 | 59 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.72 |
| HSL | 168.75º | 0.82% | 0.15% | - |
| HSV(B) | 168.75º | 0.9% | 0.28% | - |
| XYZ | 3.13 | 4.87 | 4.91 | - |
| YUV | 50.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 59 | 0.90 | 0 | 0.17 | 0.72 | 168.75 | 0.82 | 0.15 |
| Hex | 7 | 47 | 3B | 5A | 0 | 11 | 48 | A9 | 52 | F |
| Octal | 7 | 107 | 73 | 132 | 0 | 21 | 110 | 251 | 122 | 17 |
| Binary | 111 | 1000111 | 111011 | 1011010 | 0 | 10001 | 1001000 | 10101001 | 1010010 | 1111 |
Color Harmonies of #07473B
Complementary color
Monochromatic Colors of #07473B
Black with #07473B
Text Example
Text Example
White with #07473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07473B; }
p { color: rgb(7,71,59); }
H1.HeaderClassName
{
color: #07473B;
}
.AnyTagClassName
{
color: #07473B;
}
</style>
background-color css
<style>
a { background-color: #07473B; }
a { background-color: rgb(7,71,59); }
div.DivClassName
{
background-color: #07473B;
}
.BgClassName
{
background-color: #07473B;
}
</style>
border-color css
<style>
span { border-color: #07473B; }
span { border-color: rgb(7,71,59); }
td.TdClassName
{
border-color: #07473B;
}
.TagClassName
{
border-color: #07473B;
}
</style>