Shades of Teal #078089
Tints of Teal #078089
RGB
CMYK
RGB Variations
Color information
#078089 (or 0x078089) is known color: Teal. HEX triplet: 07, 80 and 89. RGB value is (7,128,137). Sum of RGB (Red+Green+Blue) = 7+128+137=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #078089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078089 is #F87F76. Grayscale: #5C5C5C. Windows color (decimal): -16285559 or 9011207. OLE color: 9011207.
HSL color Cylindrical-coordinate representation of color #078089: hue angle of 184.15º 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 #078089 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 128 | 137 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.46 |
| HSL | 184.15º | 0.9% | 0.28% | - |
| HSV(B) | 184.15º | 0.95% | 0.54% | - |
| XYZ | 12.32 | 17.29 | 26.35 | - |
| YUV | 92.85 | 152.91 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 137 | 0.95 | 0.07 | 0 | 0.46 | 184.15 | 0.9 | 0.28 |
| Hex | 7 | 80 | 89 | 5F | 7 | 0 | 2E | B8 | 5A | 1C |
| Octal | 7 | 200 | 211 | 137 | 7 | 0 | 56 | 270 | 132 | 34 |
| Binary | 111 | 10000000 | 10001001 | 1011111 | 111 | 0 | 101110 | 10111000 | 1011010 | 11100 |
Color Harmonies of #078089
Complementary color
Monochromatic Colors of #078089
Black with #078089
Text Example
Text Example
White with #078089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078089; }
p { color: rgb(7,128,137); }
H1.HeaderClassName
{
color: #078089;
}
.AnyTagClassName
{
color: #078089;
}
</style>
background-color css
<style>
a { background-color: #078089; }
a { background-color: rgb(7,128,137); }
div.DivClassName
{
background-color: #078089;
}
.BgClassName
{
background-color: #078089;
}
</style>
border-color css
<style>
span { border-color: #078089; }
span { border-color: rgb(7,128,137); }
td.TdClassName
{
border-color: #078089;
}
.TagClassName
{
border-color: #078089;
}
</style>