Shades of Teal #00778B
Tints of Teal #00778B
RGB
CMYK
RGB Variations
Color information
#00778B (or 0x00778B) is known color: Teal. HEX triplet: 00, 77 and 8B. RGB value is (0,119,139). Sum of RGB (Red+Green+Blue) = 0+119+139=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #00778B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00778B is #FF8874. Grayscale: #555555. Windows color (decimal): -16746613 or 9139968. OLE color: 9139968.
HSL color Cylindrical-coordinate representation of color #00778B: hue angle of 188.63º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00778B is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 119 | 139 | - |
| CMYK | 1 | 0.14 | 0 | 0.45 |
| HSL | 188.63º | 1% | 0.27% | - |
| HSV(B) | 188.63º | 1% | 0.55% | - |
| XYZ | 11.26 | 15.06 | 26.74 | - |
| YUV | 85.7 | 158.08 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 139 | 1 | 0.14 | 0 | 0.45 | 188.63 | 1 | 0.27 |
| Hex | 0 | 77 | 8B | 64 | E | 0 | 2D | BD | 64 | 1B |
| Octal | 0 | 167 | 213 | 144 | 16 | 0 | 55 | 275 | 144 | 33 |
| Binary | 0 | 1110111 | 10001011 | 1100100 | 1110 | 0 | 101101 | 10111101 | 1100100 | 11011 |
Color Harmonies of #00778B
Complementary color
Monochromatic Colors of #00778B
Black with #00778B
Text Example
Text Example
White with #00778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00778B; }
p { color: rgb(0,119,139); }
H1.HeaderClassName
{
color: #00778B;
}
.AnyTagClassName
{
color: #00778B;
}
</style>
background-color css
<style>
a { background-color: #00778B; }
a { background-color: rgb(0,119,139); }
div.DivClassName
{
background-color: #00778B;
}
.BgClassName
{
background-color: #00778B;
}
</style>
border-color css
<style>
span { border-color: #00778B; }
span { border-color: rgb(0,119,139); }
td.TdClassName
{
border-color: #00778B;
}
.TagClassName
{
border-color: #00778B;
}
</style>