Shades of Teal #006F84
Tints of Teal #006F84
RGB
CMYK
RGB Variations
Color information
#006F84 (or 0x006F84) is known color: Teal. HEX triplet: 00, 6F and 84. RGB value is (0,111,132). Sum of RGB (Red+Green+Blue) = 0+111+132=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #006F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F84 is #FF907B. Grayscale: #505050. Windows color (decimal): -16748668 or 8679168. OLE color: 8679168.
HSL color Cylindrical-coordinate representation of color #006F84: hue angle of 189.55º 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 #006F84 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 111 | 132 | - |
| CMYK | 1 | 0.16 | 0 | 0.48 |
| HSL | 189.55º | 1% | 0.26% | - |
| HSV(B) | 189.55º | 1% | 0.52% | - |
| XYZ | 9.85 | 13.03 | 23.83 | - |
| YUV | 80.21 | 157.23 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 132 | 1 | 0.16 | 0 | 0.48 | 189.55 | 1 | 0.26 |
| Hex | 0 | 6F | 84 | 64 | 10 | 0 | 30 | BE | 64 | 1A |
| Octal | 0 | 157 | 204 | 144 | 20 | 0 | 60 | 276 | 144 | 32 |
| Binary | 0 | 1101111 | 10000100 | 1100100 | 10000 | 0 | 110000 | 10111110 | 1100100 | 11010 |
Color Harmonies of #006F84
Complementary color
Monochromatic Colors of #006F84
Black with #006F84
Text Example
Text Example
White with #006F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F84; }
p { color: rgb(0,111,132); }
H1.HeaderClassName
{
color: #006F84;
}
.AnyTagClassName
{
color: #006F84;
}
</style>
background-color css
<style>
a { background-color: #006F84; }
a { background-color: rgb(0,111,132); }
div.DivClassName
{
background-color: #006F84;
}
.BgClassName
{
background-color: #006F84;
}
</style>
border-color css
<style>
span { border-color: #006F84; }
span { border-color: rgb(0,111,132); }
td.TdClassName
{
border-color: #006F84;
}
.TagClassName
{
border-color: #006F84;
}
</style>