Shades of Teal #06867C
Tints of Teal #06867C
RGB
CMYK
RGB Variations
Color information
#06867C (or 0x06867C) is known color: Teal. HEX triplet: 06, 86 and 7C. RGB value is (6,134,124). Sum of RGB (Red+Green+Blue) = 6+134+124=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #06867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06867C is #F97983. Grayscale: #5E5E5E. Windows color (decimal): -16349572 or 8160774. OLE color: 8160774.
HSL color Cylindrical-coordinate representation of color #06867C: hue angle of 175.31º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06867C is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 134 | 124 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.47 |
| HSL | 175.31º | 0.91% | 0.27% | - |
| HSV(B) | 175.31º | 0.96% | 0.53% | - |
| XYZ | 12.24 | 18.54 | 22 | - |
| YUV | 94.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 134 | 124 | 0.96 | 0 | 0.07 | 0.47 | 175.31 | 0.91 | 0.27 |
| Hex | 6 | 86 | 7C | 60 | 0 | 7 | 2F | AF | 5B | 1B |
| Octal | 6 | 206 | 174 | 140 | 0 | 7 | 57 | 257 | 133 | 33 |
| Binary | 110 | 10000110 | 1111100 | 1100000 | 0 | 111 | 101111 | 10101111 | 1011011 | 11011 |
Color Harmonies of #06867C
Complementary color
Monochromatic Colors of #06867C
Black with #06867C
Text Example
Text Example
White with #06867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06867C; }
p { color: rgb(6,134,124); }
H1.HeaderClassName
{
color: #06867C;
}
.AnyTagClassName
{
color: #06867C;
}
</style>
background-color css
<style>
a { background-color: #06867C; }
a { background-color: rgb(6,134,124); }
div.DivClassName
{
background-color: #06867C;
}
.BgClassName
{
background-color: #06867C;
}
</style>
border-color css
<style>
span { border-color: #06867C; }
span { border-color: rgb(6,134,124); }
td.TdClassName
{
border-color: #06867C;
}
.TagClassName
{
border-color: #06867C;
}
</style>