Shades of Teal #00797E
Tints of Teal #00797E
RGB
CMYK
RGB Variations
Color information
#00797E (or 0x00797E) is known color: Teal. HEX triplet: 00, 79 and 7E. RGB value is (0,121,126). Sum of RGB (Red+Green+Blue) = 0+121+126=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #00797E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00797E is #FF8681. Grayscale: #555555. Windows color (decimal): -16746114 or 8288512. OLE color: 8288512.
HSL color Cylindrical-coordinate representation of color #00797E: hue angle of 182.38º 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 #00797E is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 121 | 126 | - |
| CMYK | 1 | 0.04 | 0 | 0.51 |
| HSL | 182.38º | 1% | 0.25% | - |
| HSV(B) | 182.38º | 1% | 0.49% | - |
| XYZ | 10.6 | 15.18 | 22.11 | - |
| YUV | 85.39 | 150.91 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 126 | 1 | 0.04 | 0 | 0.51 | 182.38 | 1 | 0.25 |
| Hex | 0 | 79 | 7E | 64 | 4 | 0 | 33 | B6 | 64 | 19 |
| Octal | 0 | 171 | 176 | 144 | 4 | 0 | 63 | 266 | 144 | 31 |
| Binary | 0 | 1111001 | 1111110 | 1100100 | 100 | 0 | 110011 | 10110110 | 1100100 | 11001 |
Color Harmonies of #00797E
Complementary color
Monochromatic Colors of #00797E
Black with #00797E
Text Example
Text Example
White with #00797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00797E; }
p { color: rgb(0,121,126); }
H1.HeaderClassName
{
color: #00797E;
}
.AnyTagClassName
{
color: #00797E;
}
</style>
background-color css
<style>
a { background-color: #00797E; }
a { background-color: rgb(0,121,126); }
div.DivClassName
{
background-color: #00797E;
}
.BgClassName
{
background-color: #00797E;
}
</style>
border-color css
<style>
span { border-color: #00797E; }
span { border-color: rgb(0,121,126); }
td.TdClassName
{
border-color: #00797E;
}
.TagClassName
{
border-color: #00797E;
}
</style>