Shades of Teal #006E87
Tints of Teal #006E87
RGB
CMYK
RGB Variations
Color information
#006E87 (or 0x006E87) is known color: Teal. HEX triplet: 00, 6E and 87. RGB value is (0,110,135). Sum of RGB (Red+Green+Blue) = 0+110+135=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #006E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006E87 is #FF9178. Grayscale: #4F4F4F. Windows color (decimal): -16748921 or 8875520. OLE color: 8875520.
HSL color Cylindrical-coordinate representation of color #006E87: hue angle of 191.11º 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 #006E87 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 110 | 135 | - |
| CMYK | 1 | 0.19 | 0 | 0.47 |
| HSL | 191.11º | 1% | 0.26% | - |
| HSV(B) | 191.11º | 1% | 0.53% | - |
| XYZ | 9.95 | 12.9 | 24.89 | - |
| YUV | 79.96 | 159.06 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 135 | 1 | 0.19 | 0 | 0.47 | 191.11 | 1 | 0.26 |
| Hex | 0 | 6E | 87 | 64 | 13 | 0 | 2F | BF | 64 | 1A |
| Octal | 0 | 156 | 207 | 144 | 23 | 0 | 57 | 277 | 144 | 32 |
| Binary | 0 | 1101110 | 10000111 | 1100100 | 10011 | 0 | 101111 | 10111111 | 1100100 | 11010 |
Color Harmonies of #006E87
Complementary color
Monochromatic Colors of #006E87
Black with #006E87
Text Example
Text Example
White with #006E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E87; }
p { color: rgb(0,110,135); }
H1.HeaderClassName
{
color: #006E87;
}
.AnyTagClassName
{
color: #006E87;
}
</style>
background-color css
<style>
a { background-color: #006E87; }
a { background-color: rgb(0,110,135); }
div.DivClassName
{
background-color: #006E87;
}
.BgClassName
{
background-color: #006E87;
}
</style>
border-color css
<style>
span { border-color: #006E87; }
span { border-color: rgb(0,110,135); }
td.TdClassName
{
border-color: #006E87;
}
.TagClassName
{
border-color: #006E87;
}
</style>