Shades of Teal #006E84
Tints of Teal #006E84
RGB
CMYK
RGB Variations
Color information
#006E84 (or 0x006E84) is known color: Teal. HEX triplet: 00, 6E and 84. RGB value is (0,110,132). Sum of RGB (Red+Green+Blue) = 0+110+132=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #006E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006E84 is #FF917B. Grayscale: #4F4F4F. Windows color (decimal): -16748924 or 8678912. OLE color: 8678912.
HSL color Cylindrical-coordinate representation of color #006E84: hue angle of 190º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E84 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 110 | 132 | - |
| CMYK | 1 | 0.17 | 0 | 0.48 |
| HSL | 190º | 1% | 0.26% | - |
| HSV(B) | 190º | 1% | 0.52% | - |
| XYZ | 9.74 | 12.82 | 23.79 | - |
| YUV | 79.62 | 157.56 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 132 | 1 | 0.17 | 0 | 0.48 | 190 | 1 | 0.26 |
| Hex | 0 | 6E | 84 | 64 | 11 | 0 | 30 | BE | 64 | 1A |
| Octal | 0 | 156 | 204 | 144 | 21 | 0 | 60 | 276 | 144 | 32 |
| Binary | 0 | 1101110 | 10000100 | 1100100 | 10001 | 0 | 110000 | 10111110 | 1100100 | 11010 |
Color Harmonies of #006E84
Complementary color
Monochromatic Colors of #006E84
Black with #006E84
Text Example
Text Example
White with #006E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E84; }
p { color: rgb(0,110,132); }
H1.HeaderClassName
{
color: #006E84;
}
.AnyTagClassName
{
color: #006E84;
}
</style>
background-color css
<style>
a { background-color: #006E84; }
a { background-color: rgb(0,110,132); }
div.DivClassName
{
background-color: #006E84;
}
.BgClassName
{
background-color: #006E84;
}
</style>
border-color css
<style>
span { border-color: #006E84; }
span { border-color: rgb(0,110,132); }
td.TdClassName
{
border-color: #006E84;
}
.TagClassName
{
border-color: #006E84;
}
</style>