Shades of Teal #06798A
Tints of Teal #06798A
RGB
CMYK
RGB Variations
Color information
#06798A (or 0x06798A) is known color: Teal. HEX triplet: 06, 79 and 8A. RGB value is (6,121,138). Sum of RGB (Red+Green+Blue) = 6+121+138=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #06798A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06798A is #F98675. Grayscale: #585858. Windows color (decimal): -16352886 or 9074950. OLE color: 9074950.
HSL color Cylindrical-coordinate representation of color #06798A: hue angle of 187.73º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06798A is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 121 | 138 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.46 |
| HSL | 187.73º | 0.92% | 0.28% | - |
| HSV(B) | 187.73º | 0.96% | 0.54% | - |
| XYZ | 11.5 | 15.55 | 26.44 | - |
| YUV | 88.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 121 | 138 | 0.96 | 0.12 | 0 | 0.46 | 187.73 | 0.92 | 0.28 |
| Hex | 6 | 79 | 8A | 60 | C | 0 | 2E | BC | 5C | 1C |
| Octal | 6 | 171 | 212 | 140 | 14 | 0 | 56 | 274 | 134 | 34 |
| Binary | 110 | 1111001 | 10001010 | 1100000 | 1100 | 0 | 101110 | 10111100 | 1011100 | 11100 |
Color Harmonies of #06798A
Complementary color
Monochromatic Colors of #06798A
Black with #06798A
Text Example
Text Example
White with #06798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06798A; }
p { color: rgb(6,121,138); }
H1.HeaderClassName
{
color: #06798A;
}
.AnyTagClassName
{
color: #06798A;
}
</style>
background-color css
<style>
a { background-color: #06798A; }
a { background-color: rgb(6,121,138); }
div.DivClassName
{
background-color: #06798A;
}
.BgClassName
{
background-color: #06798A;
}
</style>
border-color css
<style>
span { border-color: #06798A; }
span { border-color: rgb(6,121,138); }
td.TdClassName
{
border-color: #06798A;
}
.TagClassName
{
border-color: #06798A;
}
</style>