Shades of Teal #00798D
Tints of Teal #00798D
RGB
CMYK
RGB Variations
Color information
#00798D (or 0x00798D) is known color: Teal. HEX triplet: 00, 79 and 8D. RGB value is (0,121,141). Sum of RGB (Red+Green+Blue) = 0+121+141=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #00798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00798D is #FF8672. Grayscale: #565656. Windows color (decimal): -16746099 or 9271552. OLE color: 9271552.
HSL color Cylindrical-coordinate representation of color #00798D: hue angle of 188.51º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00798D is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 121 | 141 | - |
| CMYK | 1 | 0.14 | 0 | 0.45 |
| HSL | 188.51º | 1% | 0.28% | - |
| HSV(B) | 188.51º | 1% | 0.55% | - |
| XYZ | 11.65 | 15.6 | 27.6 | - |
| YUV | 87.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 141 | 1 | 0.14 | 0 | 0.45 | 188.51 | 1 | 0.28 |
| Hex | 0 | 79 | 8D | 64 | E | 0 | 2D | BD | 64 | 1C |
| Octal | 0 | 171 | 215 | 144 | 16 | 0 | 55 | 275 | 144 | 34 |
| Binary | 0 | 1111001 | 10001101 | 1100100 | 1110 | 0 | 101101 | 10111101 | 1100100 | 11100 |
Color Harmonies of #00798D
Complementary color
Monochromatic Colors of #00798D
Black with #00798D
Text Example
Text Example
White with #00798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00798D; }
p { color: rgb(0,121,141); }
H1.HeaderClassName
{
color: #00798D;
}
.AnyTagClassName
{
color: #00798D;
}
</style>
background-color css
<style>
a { background-color: #00798D; }
a { background-color: rgb(0,121,141); }
div.DivClassName
{
background-color: #00798D;
}
.BgClassName
{
background-color: #00798D;
}
</style>
border-color css
<style>
span { border-color: #00798D; }
span { border-color: rgb(0,121,141); }
td.TdClassName
{
border-color: #00798D;
}
.TagClassName
{
border-color: #00798D;
}
</style>