Shades of Teal #06798B
Tints of Teal #06798B
RGB
CMYK
RGB Variations
Color information
#06798B (or 0x06798B) is known color: Teal. HEX triplet: 06, 79 and 8B. RGB value is (6,121,139). Sum of RGB (Red+Green+Blue) = 6+121+139=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #06798B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06798B is #F98674. Grayscale: #585858. Windows color (decimal): -16352885 or 9140486. OLE color: 9140486.
HSL color Cylindrical-coordinate representation of color #06798B: hue angle of 188.12º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06798B is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 121 | 139 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.45 |
| HSL | 188.12º | 0.92% | 0.28% | - |
| HSV(B) | 188.12º | 0.96% | 0.55% | - |
| XYZ | 11.57 | 15.58 | 26.82 | - |
| YUV | 88.67 | 156.4 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 121 | 139 | 0.96 | 0.13 | 0 | 0.45 | 188.12 | 0.92 | 0.28 |
| Hex | 6 | 79 | 8B | 60 | D | 0 | 2D | BC | 5C | 1C |
| Octal | 6 | 171 | 213 | 140 | 15 | 0 | 55 | 274 | 134 | 34 |
| Binary | 110 | 1111001 | 10001011 | 1100000 | 1101 | 0 | 101101 | 10111100 | 1011100 | 11100 |
Color Harmonies of #06798B
Complementary color
Monochromatic Colors of #06798B
Black with #06798B
Text Example
Text Example
White with #06798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06798B; }
p { color: rgb(6,121,139); }
H1.HeaderClassName
{
color: #06798B;
}
.AnyTagClassName
{
color: #06798B;
}
</style>
background-color css
<style>
a { background-color: #06798B; }
a { background-color: rgb(6,121,139); }
div.DivClassName
{
background-color: #06798B;
}
.BgClassName
{
background-color: #06798B;
}
</style>
border-color css
<style>
span { border-color: #06798B; }
span { border-color: rgb(6,121,139); }
td.TdClassName
{
border-color: #06798B;
}
.TagClassName
{
border-color: #06798B;
}
</style>