Shades of Teal #078B7E
Tints of Teal #078B7E
RGB
CMYK
RGB Variations
Color information
#078B7E (or 0x078B7E) is known color: Teal. HEX triplet: 07, 8B and 7E. RGB value is (7,139,126). Sum of RGB (Red+Green+Blue) = 7+139+126=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #078B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B7E is #F87481. Grayscale: #616161. Windows color (decimal): -16282754 or 8293127. OLE color: 8293127.
HSL color Cylindrical-coordinate representation of color #078B7E: hue angle of 174.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078B7E is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 139 | 126 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.45 |
| HSL | 174.09º | 0.9% | 0.29% | - |
| HSV(B) | 174.09º | 0.95% | 0.55% | - |
| XYZ | 13.09 | 20.02 | 22.91 | - |
| YUV | 98.05 | 143.77 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 126 | 0.95 | 0 | 0.09 | 0.45 | 174.09 | 0.9 | 0.29 |
| Hex | 7 | 8B | 7E | 5F | 0 | 9 | 2D | AE | 5A | 1D |
| Octal | 7 | 213 | 176 | 137 | 0 | 11 | 55 | 256 | 132 | 35 |
| Binary | 111 | 10001011 | 1111110 | 1011111 | 0 | 1001 | 101101 | 10101110 | 1011010 | 11101 |
Color Harmonies of #078B7E
Complementary color
Monochromatic Colors of #078B7E
Black with #078B7E
Text Example
Text Example
White with #078B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B7E; }
p { color: rgb(7,139,126); }
H1.HeaderClassName
{
color: #078B7E;
}
.AnyTagClassName
{
color: #078B7E;
}
</style>
background-color css
<style>
a { background-color: #078B7E; }
a { background-color: rgb(7,139,126); }
div.DivClassName
{
background-color: #078B7E;
}
.BgClassName
{
background-color: #078B7E;
}
</style>
border-color css
<style>
span { border-color: #078B7E; }
span { border-color: rgb(7,139,126); }
td.TdClassName
{
border-color: #078B7E;
}
.TagClassName
{
border-color: #078B7E;
}
</style>