Shades of Teal #06867B
Tints of Teal #06867B
RGB
CMYK
RGB Variations
Color information
#06867B (or 0x06867B) is known color: Teal. HEX triplet: 06, 86 and 7B. RGB value is (6,134,123). Sum of RGB (Red+Green+Blue) = 6+134+123=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #06867B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06867B is #F97984. Grayscale: #5E5E5E. Windows color (decimal): -16349573 or 8095238. OLE color: 8095238.
HSL color Cylindrical-coordinate representation of color #06867B: hue angle of 174.84º 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 #06867B is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 134 | 123 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.47 |
| HSL | 174.84º | 0.91% | 0.27% | - |
| HSV(B) | 174.84º | 0.96% | 0.53% | - |
| XYZ | 12.18 | 18.52 | 21.67 | - |
| YUV | 94.47 | 144.09 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 134 | 123 | 0.96 | 0 | 0.08 | 0.47 | 174.84 | 0.91 | 0.27 |
| Hex | 6 | 86 | 7B | 60 | 0 | 8 | 2F | AF | 5B | 1B |
| Octal | 6 | 206 | 173 | 140 | 0 | 10 | 57 | 257 | 133 | 33 |
| Binary | 110 | 10000110 | 1111011 | 1100000 | 0 | 1000 | 101111 | 10101111 | 1011011 | 11011 |
Color Harmonies of #06867B
Complementary color
Monochromatic Colors of #06867B
Black with #06867B
Text Example
Text Example
White with #06867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06867B; }
p { color: rgb(6,134,123); }
H1.HeaderClassName
{
color: #06867B;
}
.AnyTagClassName
{
color: #06867B;
}
</style>
background-color css
<style>
a { background-color: #06867B; }
a { background-color: rgb(6,134,123); }
div.DivClassName
{
background-color: #06867B;
}
.BgClassName
{
background-color: #06867B;
}
</style>
border-color css
<style>
span { border-color: #06867B; }
span { border-color: rgb(6,134,123); }
td.TdClassName
{
border-color: #06867B;
}
.TagClassName
{
border-color: #06867B;
}
</style>