Shades of Teal #06887B
Tints of Teal #06887B
RGB
CMYK
RGB Variations
Color information
#06887B (or 0x06887B) is known color: Teal. HEX triplet: 06, 88 and 7B. RGB value is (6,136,123). Sum of RGB (Red+Green+Blue) = 6+136+123=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #06887B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06887B is #F97784. Grayscale: #5F5F5F. Windows color (decimal): -16349061 or 8095750. OLE color: 8095750.
HSL color Cylindrical-coordinate representation of color #06887B: hue angle of 174º 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 #06887B is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 123 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.47 |
| HSL | 174º | 0.92% | 0.28% | - |
| HSV(B) | 174º | 0.96% | 0.53% | - |
| XYZ | 12.45 | 19.08 | 21.76 | - |
| YUV | 95.65 | 143.43 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 123 | 0.96 | 0 | 0.10 | 0.47 | 174 | 0.92 | 0.28 |
| Hex | 6 | 88 | 7B | 60 | 0 | A | 2F | AE | 5C | 1C |
| Octal | 6 | 210 | 173 | 140 | 0 | 12 | 57 | 256 | 134 | 34 |
| Binary | 110 | 10001000 | 1111011 | 1100000 | 0 | 1010 | 101111 | 10101110 | 1011100 | 11100 |
Color Harmonies of #06887B
Complementary color
Monochromatic Colors of #06887B
Black with #06887B
Text Example
Text Example
White with #06887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06887B; }
p { color: rgb(6,136,123); }
H1.HeaderClassName
{
color: #06887B;
}
.AnyTagClassName
{
color: #06887B;
}
</style>
background-color css
<style>
a { background-color: #06887B; }
a { background-color: rgb(6,136,123); }
div.DivClassName
{
background-color: #06887B;
}
.BgClassName
{
background-color: #06887B;
}
</style>
border-color css
<style>
span { border-color: #06887B; }
span { border-color: rgb(6,136,123); }
td.TdClassName
{
border-color: #06887B;
}
.TagClassName
{
border-color: #06887B;
}
</style>