Shades of Teal #078A7C
Tints of Teal #078A7C
RGB
CMYK
RGB Variations
Color information
#078A7C (or 0x078A7C) is known color: Teal. HEX triplet: 07, 8A and 7C. RGB value is (7,138,124). Sum of RGB (Red+Green+Blue) = 7+138+124=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #078A7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078A7C is #F87583. Grayscale: #616161. Windows color (decimal): -16283012 or 8161799. OLE color: 8161799.
HSL color Cylindrical-coordinate representation of color #078A7C: hue angle of 173.59º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A7C is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 124 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.46 |
| HSL | 173.59º | 0.9% | 0.28% | - |
| HSV(B) | 173.59º | 0.95% | 0.54% | - |
| XYZ | 12.81 | 19.68 | 22.19 | - |
| YUV | 97.24 | 143.1 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 124 | 0.95 | 0 | 0.10 | 0.46 | 173.59 | 0.9 | 0.28 |
| Hex | 7 | 8A | 7C | 5F | 0 | A | 2E | AE | 5A | 1C |
| Octal | 7 | 212 | 174 | 137 | 0 | 12 | 56 | 256 | 132 | 34 |
| Binary | 111 | 10001010 | 1111100 | 1011111 | 0 | 1010 | 101110 | 10101110 | 1011010 | 11100 |
Color Harmonies of #078A7C
Complementary color
Monochromatic Colors of #078A7C
Black with #078A7C
Text Example
Text Example
White with #078A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A7C; }
p { color: rgb(7,138,124); }
H1.HeaderClassName
{
color: #078A7C;
}
.AnyTagClassName
{
color: #078A7C;
}
</style>
background-color css
<style>
a { background-color: #078A7C; }
a { background-color: rgb(7,138,124); }
div.DivClassName
{
background-color: #078A7C;
}
.BgClassName
{
background-color: #078A7C;
}
</style>
border-color css
<style>
span { border-color: #078A7C; }
span { border-color: rgb(7,138,124); }
td.TdClassName
{
border-color: #078A7C;
}
.TagClassName
{
border-color: #078A7C;
}
</style>