Shades of Teal #06797D
Tints of Teal #06797D
RGB
CMYK
RGB Variations
Color information
#06797D (or 0x06797D) is known color: Teal. HEX triplet: 06, 79 and 7D. RGB value is (6,121,125). Sum of RGB (Red+Green+Blue) = 6+121+125=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #06797D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06797D is #F98682. Grayscale: #565656. Windows color (decimal): -16352899 or 8222982. OLE color: 8222982.
HSL color Cylindrical-coordinate representation of color #06797D: hue angle of 182.02º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06797D is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 121 | 125 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.51 |
| HSL | 182.02º | 0.91% | 0.26% | - |
| HSV(B) | 182.02º | 0.95% | 0.49% | - |
| XYZ | 10.61 | 15.19 | 21.78 | - |
| YUV | 87.07 | 149.4 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 121 | 125 | 0.95 | 0.03 | 0 | 0.51 | 182.02 | 0.91 | 0.26 |
| Hex | 6 | 79 | 7D | 5F | 3 | 0 | 33 | B6 | 5B | 1A |
| Octal | 6 | 171 | 175 | 137 | 3 | 0 | 63 | 266 | 133 | 32 |
| Binary | 110 | 1111001 | 1111101 | 1011111 | 11 | 0 | 110011 | 10110110 | 1011011 | 11010 |
Color Harmonies of #06797D
Complementary color
Monochromatic Colors of #06797D
Black with #06797D
Text Example
Text Example
White with #06797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06797D; }
p { color: rgb(6,121,125); }
H1.HeaderClassName
{
color: #06797D;
}
.AnyTagClassName
{
color: #06797D;
}
</style>
background-color css
<style>
a { background-color: #06797D; }
a { background-color: rgb(6,121,125); }
div.DivClassName
{
background-color: #06797D;
}
.BgClassName
{
background-color: #06797D;
}
</style>
border-color css
<style>
span { border-color: #06797D; }
span { border-color: rgb(6,121,125); }
td.TdClassName
{
border-color: #06797D;
}
.TagClassName
{
border-color: #06797D;
}
</style>