Shades of Teal #06708C
Tints of Teal #06708C
RGB
CMYK
RGB Variations
Color information
#06708C (or 0x06708C) is known color: Teal. HEX triplet: 06, 70 and 8C. RGB value is (6,112,140). Sum of RGB (Red+Green+Blue) = 6+112+140=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #06708C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06708C is #F98F73. Grayscale: #535353. Windows color (decimal): -16355188 or 9203718. OLE color: 9203718.
HSL color Cylindrical-coordinate representation of color #06708C: hue angle of 192.54º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06708C is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 112 | 140 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.45 |
| HSL | 192.54º | 0.92% | 0.29% | - |
| HSV(B) | 192.54º | 0.96% | 0.55% | - |
| XYZ | 10.6 | 13.52 | 26.86 | - |
| YUV | 83.5 | 159.88 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 140 | 0.96 | 0.20 | 0 | 0.45 | 192.54 | 0.92 | 0.29 |
| Hex | 6 | 70 | 8C | 60 | 14 | 0 | 2D | C1 | 5C | 1D |
| Octal | 6 | 160 | 214 | 140 | 24 | 0 | 55 | 301 | 134 | 35 |
| Binary | 110 | 1110000 | 10001100 | 1100000 | 10100 | 0 | 101101 | 11000001 | 1011100 | 11101 |
Color Harmonies of #06708C
Complementary color
Monochromatic Colors of #06708C
Black with #06708C
Text Example
Text Example
White with #06708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06708C; }
p { color: rgb(6,112,140); }
H1.HeaderClassName
{
color: #06708C;
}
.AnyTagClassName
{
color: #06708C;
}
</style>
background-color css
<style>
a { background-color: #06708C; }
a { background-color: rgb(6,112,140); }
div.DivClassName
{
background-color: #06708C;
}
.BgClassName
{
background-color: #06708C;
}
</style>
border-color css
<style>
span { border-color: #06708C; }
span { border-color: rgb(6,112,140); }
td.TdClassName
{
border-color: #06708C;
}
.TagClassName
{
border-color: #06708C;
}
</style>