Shades of Teal #06708A
Tints of Teal #06708A
RGB
CMYK
RGB Variations
Color information
#06708A (or 0x06708A) is known color: Teal. HEX triplet: 06, 70 and 8A. RGB value is (6,112,138). Sum of RGB (Red+Green+Blue) = 6+112+138=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #06708A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06708A is #F98F75. Grayscale: #535353. Windows color (decimal): -16355190 or 9072646. OLE color: 9072646.
HSL color Cylindrical-coordinate representation of color #06708A: hue angle of 191.82º 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 #06708A is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 112 | 138 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.46 |
| HSL | 191.82º | 0.92% | 0.28% | - |
| HSV(B) | 191.82º | 0.96% | 0.54% | - |
| XYZ | 10.46 | 13.46 | 26.09 | - |
| YUV | 83.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 138 | 0.96 | 0.19 | 0 | 0.46 | 191.82 | 0.92 | 0.28 |
| Hex | 6 | 70 | 8A | 60 | 13 | 0 | 2E | C0 | 5C | 1C |
| Octal | 6 | 160 | 212 | 140 | 23 | 0 | 56 | 300 | 134 | 34 |
| Binary | 110 | 1110000 | 10001010 | 1100000 | 10011 | 0 | 101110 | 11000000 | 1011100 | 11100 |
Color Harmonies of #06708A
Complementary color
Monochromatic Colors of #06708A
Black with #06708A
Text Example
Text Example
White with #06708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06708A; }
p { color: rgb(6,112,138); }
H1.HeaderClassName
{
color: #06708A;
}
.AnyTagClassName
{
color: #06708A;
}
</style>
background-color css
<style>
a { background-color: #06708A; }
a { background-color: rgb(6,112,138); }
div.DivClassName
{
background-color: #06708A;
}
.BgClassName
{
background-color: #06708A;
}
</style>
border-color css
<style>
span { border-color: #06708A; }
span { border-color: rgb(6,112,138); }
td.TdClassName
{
border-color: #06708A;
}
.TagClassName
{
border-color: #06708A;
}
</style>