Shades of Teal #06887A
Tints of Teal #06887A
RGB
CMYK
RGB Variations
Color information
#06887A (or 0x06887A) is known color: Teal. HEX triplet: 06, 88 and 7A. RGB value is (6,136,122). Sum of RGB (Red+Green+Blue) = 6+136+122=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #06887A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06887A is #F97785. Grayscale: #5F5F5F. Windows color (decimal): -16349062 or 8030214. OLE color: 8030214.
HSL color Cylindrical-coordinate representation of color #06887A: hue angle of 173.54º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06887A is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 122 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.47 |
| HSL | 173.54º | 0.92% | 0.28% | - |
| HSV(B) | 173.54º | 0.96% | 0.53% | - |
| XYZ | 12.39 | 19.05 | 21.44 | - |
| YUV | 95.53 | 142.93 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 122 | 0.96 | 0 | 0.10 | 0.47 | 173.54 | 0.92 | 0.28 |
| Hex | 6 | 88 | 7A | 60 | 0 | A | 2F | AE | 5C | 1C |
| Octal | 6 | 210 | 172 | 140 | 0 | 12 | 57 | 256 | 134 | 34 |
| Binary | 110 | 10001000 | 1111010 | 1100000 | 0 | 1010 | 101111 | 10101110 | 1011100 | 11100 |
Color Harmonies of #06887A
Complementary color
Monochromatic Colors of #06887A
Black with #06887A
Text Example
Text Example
White with #06887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06887A; }
p { color: rgb(6,136,122); }
H1.HeaderClassName
{
color: #06887A;
}
.AnyTagClassName
{
color: #06887A;
}
</style>
background-color css
<style>
a { background-color: #06887A; }
a { background-color: rgb(6,136,122); }
div.DivClassName
{
background-color: #06887A;
}
.BgClassName
{
background-color: #06887A;
}
</style>
border-color css
<style>
span { border-color: #06887A; }
span { border-color: rgb(6,136,122); }
td.TdClassName
{
border-color: #06887A;
}
.TagClassName
{
border-color: #06887A;
}
</style>