Shades of Deep Teal #07463B
Tints of Deep Teal #07463B
RGB
CMYK
RGB Variations
Color information
#07463B (or 0x07463B) is known color: Deep Teal. HEX triplet: 07, 46 and 3B. RGB value is (7,70,59). Sum of RGB (Red+Green+Blue) = 7+70+59=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #07463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07463B is #F8B9C4. Grayscale: #313131. Windows color (decimal): -16300485 or 3884551. OLE color: 3884551.
HSL color Cylindrical-coordinate representation of color #07463B: hue angle of 169.52º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07463B is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 70 | 59 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.73 |
| HSL | 169.52º | 0.82% | 0.15% | - |
| HSV(B) | 169.52º | 0.9% | 0.27% | - |
| XYZ | 3.07 | 4.74 | 4.89 | - |
| YUV | 49.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 59 | 0.90 | 0 | 0.16 | 0.73 | 169.52 | 0.82 | 0.15 |
| Hex | 7 | 46 | 3B | 5A | 0 | 10 | 49 | AA | 52 | F |
| Octal | 7 | 106 | 73 | 132 | 0 | 20 | 111 | 252 | 122 | 17 |
| Binary | 111 | 1000110 | 111011 | 1011010 | 0 | 10000 | 1001001 | 10101010 | 1010010 | 1111 |
Color Harmonies of #07463B
Complementary color
Monochromatic Colors of #07463B
Black with #07463B
Text Example
Text Example
White with #07463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07463B; }
p { color: rgb(7,70,59); }
H1.HeaderClassName
{
color: #07463B;
}
.AnyTagClassName
{
color: #07463B;
}
</style>
background-color css
<style>
a { background-color: #07463B; }
a { background-color: rgb(7,70,59); }
div.DivClassName
{
background-color: #07463B;
}
.BgClassName
{
background-color: #07463B;
}
</style>
border-color css
<style>
span { border-color: #07463B; }
span { border-color: rgb(7,70,59); }
td.TdClassName
{
border-color: #07463B;
}
.TagClassName
{
border-color: #07463B;
}
</style>