Shades of Teal #00797D
Tints of Teal #00797D
RGB
CMYK
RGB Variations
Color information
#00797D (or 0x00797D) is known color: Teal. HEX triplet: 00, 79 and 7D. RGB value is (0,121,125). Sum of RGB (Red+Green+Blue) = 0+121+125=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #00797D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00797D is #FF8682. Grayscale: #555555. Windows color (decimal): -16746115 or 8222976. OLE color: 8222976.
HSL color Cylindrical-coordinate representation of color #00797D: hue angle of 181.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00797D is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 121 | 125 | - |
| CMYK | 1 | 0.03 | 0 | 0.51 |
| HSL | 181.92º | 1% | 0.25% | - |
| HSV(B) | 181.92º | 1% | 0.49% | - |
| XYZ | 10.54 | 15.16 | 21.77 | - |
| YUV | 85.28 | 150.41 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 125 | 1 | 0.03 | 0 | 0.51 | 181.92 | 1 | 0.25 |
| Hex | 0 | 79 | 7D | 64 | 3 | 0 | 33 | B6 | 64 | 19 |
| Octal | 0 | 171 | 175 | 144 | 3 | 0 | 63 | 266 | 144 | 31 |
| Binary | 0 | 1111001 | 1111101 | 1100100 | 11 | 0 | 110011 | 10110110 | 1100100 | 11001 |
Color Harmonies of #00797D
Complementary color
Monochromatic Colors of #00797D
Black with #00797D
Text Example
Text Example
White with #00797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00797D; }
p { color: rgb(0,121,125); }
H1.HeaderClassName
{
color: #00797D;
}
.AnyTagClassName
{
color: #00797D;
}
</style>
background-color css
<style>
a { background-color: #00797D; }
a { background-color: rgb(0,121,125); }
div.DivClassName
{
background-color: #00797D;
}
.BgClassName
{
background-color: #00797D;
}
</style>
border-color css
<style>
span { border-color: #00797D; }
span { border-color: rgb(0,121,125); }
td.TdClassName
{
border-color: #00797D;
}
.TagClassName
{
border-color: #00797D;
}
</style>