Shades of Teal #078286
Tints of Teal #078286
RGB
CMYK
RGB Variations
Color information
#078286 (or 0x078286) is known color: Teal. HEX triplet: 07, 82 and 86. RGB value is (7,130,134). Sum of RGB (Red+Green+Blue) = 7+130+134=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #078286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078286 is #F87D79. Grayscale: #5D5D5D. Windows color (decimal): -16285050 or 8815111. OLE color: 8815111.
HSL color Cylindrical-coordinate representation of color #078286: hue angle of 181.89º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078286 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 130 | 134 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.47 |
| HSL | 181.89º | 0.9% | 0.28% | - |
| HSV(B) | 181.89º | 0.95% | 0.53% | - |
| XYZ | 12.37 | 17.73 | 25.32 | - |
| YUV | 93.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 134 | 0.95 | 0.03 | 0 | 0.47 | 181.89 | 0.9 | 0.28 |
| Hex | 7 | 82 | 86 | 5F | 3 | 0 | 2F | B6 | 5A | 1C |
| Octal | 7 | 202 | 206 | 137 | 3 | 0 | 57 | 266 | 132 | 34 |
| Binary | 111 | 10000010 | 10000110 | 1011111 | 11 | 0 | 101111 | 10110110 | 1011010 | 11100 |
Color Harmonies of #078286
Complementary color
Monochromatic Colors of #078286
Black with #078286
Text Example
Text Example
White with #078286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078286; }
p { color: rgb(7,130,134); }
H1.HeaderClassName
{
color: #078286;
}
.AnyTagClassName
{
color: #078286;
}
</style>
background-color css
<style>
a { background-color: #078286; }
a { background-color: rgb(7,130,134); }
div.DivClassName
{
background-color: #078286;
}
.BgClassName
{
background-color: #078286;
}
</style>
border-color css
<style>
span { border-color: #078286; }
span { border-color: rgb(7,130,134); }
td.TdClassName
{
border-color: #078286;
}
.TagClassName
{
border-color: #078286;
}
</style>