Shades of Deep Teal #07503C
Tints of Deep Teal #07503C
RGB
CMYK
RGB Variations
Color information
#07503C (or 0x07503C) is known color: Deep Teal. HEX triplet: 07, 50 and 3C. RGB value is (7,80,60). Sum of RGB (Red+Green+Blue) = 7+80+60=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #07503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07503C is #F8AFC3. Grayscale: #373737. Windows color (decimal): -16297924 or 3952647. OLE color: 3952647.
HSL color Cylindrical-coordinate representation of color #07503C: hue angle of 163.56º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07503C is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 80 | 60 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.69 |
| HSL | 163.56º | 0.84% | 0.17% | - |
| HSV(B) | 163.56º | 0.91% | 0.31% | - |
| XYZ | 3.77 | 6.11 | 5.26 | - |
| YUV | 55.89 | 130.32 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 60 | 0.91 | 0 | 0.25 | 0.69 | 163.56 | 0.84 | 0.17 |
| Hex | 7 | 50 | 3C | 5B | 0 | 19 | 45 | A4 | 54 | 11 |
| Octal | 7 | 120 | 74 | 133 | 0 | 31 | 105 | 244 | 124 | 21 |
| Binary | 111 | 1010000 | 111100 | 1011011 | 0 | 11001 | 1000101 | 10100100 | 1010100 | 10001 |
Color Harmonies of #07503C
Complementary color
Monochromatic Colors of #07503C
Black with #07503C
Text Example
Text Example
White with #07503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07503C; }
p { color: rgb(7,80,60); }
H1.HeaderClassName
{
color: #07503C;
}
.AnyTagClassName
{
color: #07503C;
}
</style>
background-color css
<style>
a { background-color: #07503C; }
a { background-color: rgb(7,80,60); }
div.DivClassName
{
background-color: #07503C;
}
.BgClassName
{
background-color: #07503C;
}
</style>
border-color css
<style>
span { border-color: #07503C; }
span { border-color: rgb(7,80,60); }
td.TdClassName
{
border-color: #07503C;
}
.TagClassName
{
border-color: #07503C;
}
</style>