Shades of Teal #01797D
Tints of Teal #01797D
RGB
CMYK
RGB Variations
Color information
#01797D (or 0x01797D) is known color: Teal. HEX triplet: 01, 79 and 7D. RGB value is (1,121,125). Sum of RGB (Red+Green+Blue) = 1+121+125=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #01797D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01797D is #FE8682. Grayscale: #555555. Windows color (decimal): -16680579 or 8222977. OLE color: 8222977.
HSL color Cylindrical-coordinate representation of color #01797D: hue angle of 181.94º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01797D is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 121 | 125 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.51 |
| HSL | 181.94º | 0.98% | 0.25% | - |
| HSV(B) | 181.94º | 0.99% | 0.49% | - |
| XYZ | 10.55 | 15.16 | 21.77 | - |
| YUV | 85.58 | 150.24 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 125 | 0.99 | 0.03 | 0 | 0.51 | 181.94 | 0.98 | 0.25 |
| Hex | 1 | 79 | 7D | 63 | 3 | 0 | 33 | B6 | 62 | 19 |
| Octal | 1 | 171 | 175 | 143 | 3 | 0 | 63 | 266 | 142 | 31 |
| Binary | 1 | 1111001 | 1111101 | 1100011 | 11 | 0 | 110011 | 10110110 | 1100010 | 11001 |
Color Harmonies of #01797D
Complementary color
Monochromatic Colors of #01797D
Black with #01797D
Text Example
Text Example
White with #01797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01797D; }
p { color: rgb(1,121,125); }
H1.HeaderClassName
{
color: #01797D;
}
.AnyTagClassName
{
color: #01797D;
}
</style>
background-color css
<style>
a { background-color: #01797D; }
a { background-color: rgb(1,121,125); }
div.DivClassName
{
background-color: #01797D;
}
.BgClassName
{
background-color: #01797D;
}
</style>
border-color css
<style>
span { border-color: #01797D; }
span { border-color: rgb(1,121,125); }
td.TdClassName
{
border-color: #01797D;
}
.TagClassName
{
border-color: #01797D;
}
</style>