Shades of Teal #076F80
Tints of Teal #076F80
RGB
CMYK
RGB Variations
Color information
#076F80 (or 0x076F80) is known color: Teal. HEX triplet: 07, 6F and 80. RGB value is (7,111,128). Sum of RGB (Red+Green+Blue) = 7+111+128=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #076F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076F80 is #F8907F. Grayscale: #515151. Windows color (decimal): -16289920 or 8417031. OLE color: 8417031.
HSL color Cylindrical-coordinate representation of color #076F80: hue angle of 188.43º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076F80 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 111 | 128 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.50 |
| HSL | 188.43º | 0.9% | 0.26% | - |
| HSV(B) | 188.43º | 0.95% | 0.5% | - |
| XYZ | 9.67 | 12.97 | 22.42 | - |
| YUV | 81.84 | 154.04 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 128 | 0.95 | 0.13 | 0 | 0.50 | 188.43 | 0.9 | 0.26 |
| Hex | 7 | 6F | 80 | 5F | D | 0 | 32 | BC | 5A | 1A |
| Octal | 7 | 157 | 200 | 137 | 15 | 0 | 62 | 274 | 132 | 32 |
| Binary | 111 | 1101111 | 10000000 | 1011111 | 1101 | 0 | 110010 | 10111100 | 1011010 | 11010 |
Color Harmonies of #076F80
Complementary color
Monochromatic Colors of #076F80
Black with #076F80
Text Example
Text Example
White with #076F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F80; }
p { color: rgb(7,111,128); }
H1.HeaderClassName
{
color: #076F80;
}
.AnyTagClassName
{
color: #076F80;
}
</style>
background-color css
<style>
a { background-color: #076F80; }
a { background-color: rgb(7,111,128); }
div.DivClassName
{
background-color: #076F80;
}
.BgClassName
{
background-color: #076F80;
}
</style>
border-color css
<style>
span { border-color: #076F80; }
span { border-color: rgb(7,111,128); }
td.TdClassName
{
border-color: #076F80;
}
.TagClassName
{
border-color: #076F80;
}
</style>