Shades of Teal #006F80
Tints of Teal #006F80
RGB
CMYK
RGB Variations
Color information
#006F80 (or 0x006F80) is known color: Teal. HEX triplet: 00, 6F and 80. RGB value is (0,111,128). Sum of RGB (Red+Green+Blue) = 0+111+128=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #006F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F80 is #FF907F. Grayscale: #4F4F4F. Windows color (decimal): -16748672 or 8417024. OLE color: 8417024.
HSL color Cylindrical-coordinate representation of color #006F80: hue angle of 187.97º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F80 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 111 | 128 | - |
| CMYK | 1 | 0.13 | 0 | 0.50 |
| HSL | 187.97º | 1% | 0.25% | - |
| HSV(B) | 187.97º | 1% | 0.5% | - |
| XYZ | 9.58 | 12.93 | 22.41 | - |
| YUV | 79.75 | 155.23 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 128 | 1 | 0.13 | 0 | 0.50 | 187.97 | 1 | 0.25 |
| Hex | 0 | 6F | 80 | 64 | D | 0 | 32 | BC | 64 | 19 |
| Octal | 0 | 157 | 200 | 144 | 15 | 0 | 62 | 274 | 144 | 31 |
| Binary | 0 | 1101111 | 10000000 | 1100100 | 1101 | 0 | 110010 | 10111100 | 1100100 | 11001 |
Color Harmonies of #006F80
Complementary color
Monochromatic Colors of #006F80
Black with #006F80
Text Example
Text Example
White with #006F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F80; }
p { color: rgb(0,111,128); }
H1.HeaderClassName
{
color: #006F80;
}
.AnyTagClassName
{
color: #006F80;
}
</style>
background-color css
<style>
a { background-color: #006F80; }
a { background-color: rgb(0,111,128); }
div.DivClassName
{
background-color: #006F80;
}
.BgClassName
{
background-color: #006F80;
}
</style>
border-color css
<style>
span { border-color: #006F80; }
span { border-color: rgb(0,111,128); }
td.TdClassName
{
border-color: #006F80;
}
.TagClassName
{
border-color: #006F80;
}
</style>