Shades of Teal #00788B
Tints of Teal #00788B
RGB
CMYK
RGB Variations
Color information
#00788B (or 0x00788B) is known color: Teal. HEX triplet: 00, 78 and 8B. RGB value is (0,120,139). Sum of RGB (Red+Green+Blue) = 0+120+139=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #00788B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00788B is #FF8774. Grayscale: #565656. Windows color (decimal): -16746357 or 9140224. OLE color: 9140224.
HSL color Cylindrical-coordinate representation of color #00788B: hue angle of 188.2º 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 #00788B is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 120 | 139 | - |
| CMYK | 1 | 0.14 | 0 | 0.45 |
| HSL | 188.2º | 1% | 0.27% | - |
| HSV(B) | 188.2º | 1% | 0.55% | - |
| XYZ | 11.38 | 15.3 | 26.78 | - |
| YUV | 86.29 | 157.74 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 139 | 1 | 0.14 | 0 | 0.45 | 188.2 | 1 | 0.27 |
| Hex | 0 | 78 | 8B | 64 | E | 0 | 2D | BC | 64 | 1B |
| Octal | 0 | 170 | 213 | 144 | 16 | 0 | 55 | 274 | 144 | 33 |
| Binary | 0 | 1111000 | 10001011 | 1100100 | 1110 | 0 | 101101 | 10111100 | 1100100 | 11011 |
Color Harmonies of #00788B
Complementary color
Monochromatic Colors of #00788B
Black with #00788B
Text Example
Text Example
White with #00788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00788B; }
p { color: rgb(0,120,139); }
H1.HeaderClassName
{
color: #00788B;
}
.AnyTagClassName
{
color: #00788B;
}
</style>
background-color css
<style>
a { background-color: #00788B; }
a { background-color: rgb(0,120,139); }
div.DivClassName
{
background-color: #00788B;
}
.BgClassName
{
background-color: #00788B;
}
</style>
border-color css
<style>
span { border-color: #00788B; }
span { border-color: rgb(0,120,139); }
td.TdClassName
{
border-color: #00788B;
}
.TagClassName
{
border-color: #00788B;
}
</style>