Shades of Teal #078386
Tints of Teal #078386
RGB
CMYK
RGB Variations
Color information
#078386 (or 0x078386) is known color: Teal. HEX triplet: 07, 83 and 86. RGB value is (7,131,134). Sum of RGB (Red+Green+Blue) = 7+131+134=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #078386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078386 is #F87C79. Grayscale: #5E5E5E. Windows color (decimal): -16284794 or 8815367. OLE color: 8815367.
HSL color Cylindrical-coordinate representation of color #078386: hue angle of 181.42º 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 #078386 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 131 | 134 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.47 |
| HSL | 181.42º | 0.9% | 0.28% | - |
| HSV(B) | 181.42º | 0.95% | 0.53% | - |
| XYZ | 12.51 | 18 | 25.37 | - |
| YUV | 94.27 | 150.42 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 134 | 0.95 | 0.02 | 0 | 0.47 | 181.42 | 0.9 | 0.28 |
| Hex | 7 | 83 | 86 | 5F | 2 | 0 | 2F | B5 | 5A | 1C |
| Octal | 7 | 203 | 206 | 137 | 2 | 0 | 57 | 265 | 132 | 34 |
| Binary | 111 | 10000011 | 10000110 | 1011111 | 10 | 0 | 101111 | 10110101 | 1011010 | 11100 |
Color Harmonies of #078386
Complementary color
Monochromatic Colors of #078386
Black with #078386
Text Example
Text Example
White with #078386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078386; }
p { color: rgb(7,131,134); }
H1.HeaderClassName
{
color: #078386;
}
.AnyTagClassName
{
color: #078386;
}
</style>
background-color css
<style>
a { background-color: #078386; }
a { background-color: rgb(7,131,134); }
div.DivClassName
{
background-color: #078386;
}
.BgClassName
{
background-color: #078386;
}
</style>
border-color css
<style>
span { border-color: #078386; }
span { border-color: rgb(7,131,134); }
td.TdClassName
{
border-color: #078386;
}
.TagClassName
{
border-color: #078386;
}
</style>