Shades of Teal #006D87
Tints of Teal #006D87
RGB
CMYK
RGB Variations
Color information
#006D87 (or 0x006D87) is known color: Teal. HEX triplet: 00, 6D and 87. RGB value is (0,109,135). Sum of RGB (Red+Green+Blue) = 0+109+135=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #006D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006D87 is #FF9278. Grayscale: #4F4F4F. Windows color (decimal): -16749177 or 8875264. OLE color: 8875264.
HSL color Cylindrical-coordinate representation of color #006D87: hue angle of 191.56º 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 #006D87 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 109 | 135 | - |
| CMYK | 1 | 0.19 | 0 | 0.47 |
| HSL | 191.56º | 1% | 0.26% | - |
| HSV(B) | 191.56º | 1% | 0.53% | - |
| XYZ | 9.84 | 12.69 | 24.85 | - |
| YUV | 79.37 | 159.39 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 135 | 1 | 0.19 | 0 | 0.47 | 191.56 | 1 | 0.26 |
| Hex | 0 | 6D | 87 | 64 | 13 | 0 | 2F | C0 | 64 | 1A |
| Octal | 0 | 155 | 207 | 144 | 23 | 0 | 57 | 300 | 144 | 32 |
| Binary | 0 | 1101101 | 10000111 | 1100100 | 10011 | 0 | 101111 | 11000000 | 1100100 | 11010 |
Color Harmonies of #006D87
Complementary color
Monochromatic Colors of #006D87
Black with #006D87
Text Example
Text Example
White with #006D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D87; }
p { color: rgb(0,109,135); }
H1.HeaderClassName
{
color: #006D87;
}
.AnyTagClassName
{
color: #006D87;
}
</style>
background-color css
<style>
a { background-color: #006D87; }
a { background-color: rgb(0,109,135); }
div.DivClassName
{
background-color: #006D87;
}
.BgClassName
{
background-color: #006D87;
}
</style>
border-color css
<style>
span { border-color: #006D87; }
span { border-color: rgb(0,109,135); }
td.TdClassName
{
border-color: #006D87;
}
.TagClassName
{
border-color: #006D87;
}
</style>