Shades of Teal #006E86
Tints of Teal #006E86
RGB
CMYK
RGB Variations
Color information
#006E86 (or 0x006E86) is known color: Teal. HEX triplet: 00, 6E and 86. RGB value is (0,110,134). Sum of RGB (Red+Green+Blue) = 0+110+134=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #006E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006E86 is #FF9179. Grayscale: #4F4F4F. Windows color (decimal): -16748922 or 8809984. OLE color: 8809984.
HSL color Cylindrical-coordinate representation of color #006E86: hue angle of 190.75º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E86 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 110 | 134 | - |
| CMYK | 1 | 0.18 | 0 | 0.47 |
| HSL | 190.75º | 1% | 0.26% | - |
| HSV(B) | 190.75º | 1% | 0.53% | - |
| XYZ | 9.88 | 12.87 | 24.52 | - |
| YUV | 79.85 | 158.56 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 134 | 1 | 0.18 | 0 | 0.47 | 190.75 | 1 | 0.26 |
| Hex | 0 | 6E | 86 | 64 | 12 | 0 | 2F | BF | 64 | 1A |
| Octal | 0 | 156 | 206 | 144 | 22 | 0 | 57 | 277 | 144 | 32 |
| Binary | 0 | 1101110 | 10000110 | 1100100 | 10010 | 0 | 101111 | 10111111 | 1100100 | 11010 |
Color Harmonies of #006E86
Complementary color
Monochromatic Colors of #006E86
Black with #006E86
Text Example
Text Example
White with #006E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E86; }
p { color: rgb(0,110,134); }
H1.HeaderClassName
{
color: #006E86;
}
.AnyTagClassName
{
color: #006E86;
}
</style>
background-color css
<style>
a { background-color: #006E86; }
a { background-color: rgb(0,110,134); }
div.DivClassName
{
background-color: #006E86;
}
.BgClassName
{
background-color: #006E86;
}
</style>
border-color css
<style>
span { border-color: #006E86; }
span { border-color: rgb(0,110,134); }
td.TdClassName
{
border-color: #006E86;
}
.TagClassName
{
border-color: #006E86;
}
</style>