Shades of Teal #007989
Tints of Teal #007989
RGB
CMYK
RGB Variations
Color information
#007989 (or 0x007989) is known color: Teal. HEX triplet: 00, 79 and 89. RGB value is (0,121,137). Sum of RGB (Red+Green+Blue) = 0+121+137=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #007989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007989 is #FF8676. Grayscale: #565656. Windows color (decimal): -16746103 or 9009408. OLE color: 9009408.
HSL color Cylindrical-coordinate representation of color #007989: hue angle of 187.01º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007989 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 121 | 137 | - |
| CMYK | 1 | 0.12 | 0 | 0.46 |
| HSL | 187.01º | 1% | 0.27% | - |
| HSV(B) | 187.01º | 1% | 0.54% | - |
| XYZ | 11.35 | 15.48 | 26.06 | - |
| YUV | 86.65 | 156.41 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 137 | 1 | 0.12 | 0 | 0.46 | 187.01 | 1 | 0.27 |
| Hex | 0 | 79 | 89 | 64 | C | 0 | 2E | BB | 64 | 1B |
| Octal | 0 | 171 | 211 | 144 | 14 | 0 | 56 | 273 | 144 | 33 |
| Binary | 0 | 1111001 | 10001001 | 1100100 | 1100 | 0 | 101110 | 10111011 | 1100100 | 11011 |
Color Harmonies of #007989
Complementary color
Monochromatic Colors of #007989
Black with #007989
Text Example
Text Example
White with #007989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007989; }
p { color: rgb(0,121,137); }
H1.HeaderClassName
{
color: #007989;
}
.AnyTagClassName
{
color: #007989;
}
</style>
background-color css
<style>
a { background-color: #007989; }
a { background-color: rgb(0,121,137); }
div.DivClassName
{
background-color: #007989;
}
.BgClassName
{
background-color: #007989;
}
</style>
border-color css
<style>
span { border-color: #007989; }
span { border-color: rgb(0,121,137); }
td.TdClassName
{
border-color: #007989;
}
.TagClassName
{
border-color: #007989;
}
</style>