Shades of Teal #00788D
Tints of Teal #00788D
RGB
CMYK
RGB Variations
Color information
#00788D (or 0x00788D) is known color: Teal. HEX triplet: 00, 78 and 8D. RGB value is (0,120,141). Sum of RGB (Red+Green+Blue) = 0+120+141=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #00788D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00788D is #FF8772. Grayscale: #565656. Windows color (decimal): -16746355 or 9271296. OLE color: 9271296.
HSL color Cylindrical-coordinate representation of color #00788D: hue angle of 188.94º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00788D is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 120 | 141 | - |
| CMYK | 1 | 0.15 | 0 | 0.45 |
| HSL | 188.94º | 1% | 0.28% | - |
| HSV(B) | 188.94º | 1% | 0.55% | - |
| XYZ | 11.52 | 15.36 | 27.56 | - |
| YUV | 86.51 | 158.74 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 141 | 1 | 0.15 | 0 | 0.45 | 188.94 | 1 | 0.28 |
| Hex | 0 | 78 | 8D | 64 | F | 0 | 2D | BD | 64 | 1C |
| Octal | 0 | 170 | 215 | 144 | 17 | 0 | 55 | 275 | 144 | 34 |
| Binary | 0 | 1111000 | 10001101 | 1100100 | 1111 | 0 | 101101 | 10111101 | 1100100 | 11100 |
Color Harmonies of #00788D
Complementary color
Monochromatic Colors of #00788D
Black with #00788D
Text Example
Text Example
White with #00788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00788D; }
p { color: rgb(0,120,141); }
H1.HeaderClassName
{
color: #00788D;
}
.AnyTagClassName
{
color: #00788D;
}
</style>
background-color css
<style>
a { background-color: #00788D; }
a { background-color: rgb(0,120,141); }
div.DivClassName
{
background-color: #00788D;
}
.BgClassName
{
background-color: #00788D;
}
</style>
border-color css
<style>
span { border-color: #00788D; }
span { border-color: rgb(0,120,141); }
td.TdClassName
{
border-color: #00788D;
}
.TagClassName
{
border-color: #00788D;
}
</style>