Shades of Teal #007789
Tints of Teal #007789
RGB
CMYK
RGB Variations
Color information
#007789 (or 0x007789) is known color: Teal. HEX triplet: 00, 77 and 89. RGB value is (0,119,137). Sum of RGB (Red+Green+Blue) = 0+119+137=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #007789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007789 is #FF8876. Grayscale: #555555. Windows color (decimal): -16746615 or 9008896. OLE color: 9008896.
HSL color Cylindrical-coordinate representation of color #007789: hue angle of 187.88º 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 #007789 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 119 | 137 | - |
| CMYK | 1 | 0.13 | 0 | 0.46 |
| HSL | 187.88º | 1% | 0.27% | - |
| HSV(B) | 187.88º | 1% | 0.54% | - |
| XYZ | 11.11 | 15 | 25.98 | - |
| YUV | 85.47 | 157.08 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 137 | 1 | 0.13 | 0 | 0.46 | 187.88 | 1 | 0.27 |
| Hex | 0 | 77 | 89 | 64 | D | 0 | 2E | BC | 64 | 1B |
| Octal | 0 | 167 | 211 | 144 | 15 | 0 | 56 | 274 | 144 | 33 |
| Binary | 0 | 1110111 | 10001001 | 1100100 | 1101 | 0 | 101110 | 10111100 | 1100100 | 11011 |
Color Harmonies of #007789
Complementary color
Monochromatic Colors of #007789
Black with #007789
Text Example
Text Example
White with #007789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007789; }
p { color: rgb(0,119,137); }
H1.HeaderClassName
{
color: #007789;
}
.AnyTagClassName
{
color: #007789;
}
</style>
background-color css
<style>
a { background-color: #007789; }
a { background-color: rgb(0,119,137); }
div.DivClassName
{
background-color: #007789;
}
.BgClassName
{
background-color: #007789;
}
</style>
border-color css
<style>
span { border-color: #007789; }
span { border-color: rgb(0,119,137); }
td.TdClassName
{
border-color: #007789;
}
.TagClassName
{
border-color: #007789;
}
</style>