Shades of Teal #00778A
Tints of Teal #00778A
RGB
CMYK
RGB Variations
Color information
#00778A (or 0x00778A) is known color: Teal. HEX triplet: 00, 77 and 8A. RGB value is (0,119,138). Sum of RGB (Red+Green+Blue) = 0+119+138=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #00778A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00778A is #FF8875. Grayscale: #555555. Windows color (decimal): -16746614 or 9074432. OLE color: 9074432.
HSL color Cylindrical-coordinate representation of color #00778A: hue angle of 188.26º 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 #00778A is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 119 | 138 | - |
| CMYK | 1 | 0.14 | 0 | 0.46 |
| HSL | 188.26º | 1% | 0.27% | - |
| HSV(B) | 188.26º | 1% | 0.54% | - |
| XYZ | 11.18 | 15.03 | 26.36 | - |
| YUV | 85.59 | 157.58 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 138 | 1 | 0.14 | 0 | 0.46 | 188.26 | 1 | 0.27 |
| Hex | 0 | 77 | 8A | 64 | E | 0 | 2E | BC | 64 | 1B |
| Octal | 0 | 167 | 212 | 144 | 16 | 0 | 56 | 274 | 144 | 33 |
| Binary | 0 | 1110111 | 10001010 | 1100100 | 1110 | 0 | 101110 | 10111100 | 1100100 | 11011 |
Color Harmonies of #00778A
Complementary color
Monochromatic Colors of #00778A
Black with #00778A
Text Example
Text Example
White with #00778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00778A; }
p { color: rgb(0,119,138); }
H1.HeaderClassName
{
color: #00778A;
}
.AnyTagClassName
{
color: #00778A;
}
</style>
background-color css
<style>
a { background-color: #00778A; }
a { background-color: rgb(0,119,138); }
div.DivClassName
{
background-color: #00778A;
}
.BgClassName
{
background-color: #00778A;
}
</style>
border-color css
<style>
span { border-color: #00778A; }
span { border-color: rgb(0,119,138); }
td.TdClassName
{
border-color: #00778A;
}
.TagClassName
{
border-color: #00778A;
}
</style>