Shades of Teal #006F82
Tints of Teal #006F82
RGB
CMYK
RGB Variations
Color information
#006F82 (or 0x006F82) is known color: Teal. HEX triplet: 00, 6F and 82. RGB value is (0,111,130). Sum of RGB (Red+Green+Blue) = 0+111+130=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #006F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F82 is #FF907D. Grayscale: #4F4F4F. Windows color (decimal): -16748670 or 8548096. OLE color: 8548096.
HSL color Cylindrical-coordinate representation of color #006F82: hue angle of 188.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F82 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 111 | 130 | - |
| CMYK | 1 | 0.15 | 0 | 0.49 |
| HSL | 188.77º | 1% | 0.25% | - |
| HSV(B) | 188.77º | 1% | 0.51% | - |
| XYZ | 9.71 | 12.98 | 23.11 | - |
| YUV | 79.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 130 | 1 | 0.15 | 0 | 0.49 | 188.77 | 1 | 0.25 |
| Hex | 0 | 6F | 82 | 64 | F | 0 | 31 | BD | 64 | 19 |
| Octal | 0 | 157 | 202 | 144 | 17 | 0 | 61 | 275 | 144 | 31 |
| Binary | 0 | 1101111 | 10000010 | 1100100 | 1111 | 0 | 110001 | 10111101 | 1100100 | 11001 |
Color Harmonies of #006F82
Complementary color
Monochromatic Colors of #006F82
Black with #006F82
Text Example
Text Example
White with #006F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F82; }
p { color: rgb(0,111,130); }
H1.HeaderClassName
{
color: #006F82;
}
.AnyTagClassName
{
color: #006F82;
}
</style>
background-color css
<style>
a { background-color: #006F82; }
a { background-color: rgb(0,111,130); }
div.DivClassName
{
background-color: #006F82;
}
.BgClassName
{
background-color: #006F82;
}
</style>
border-color css
<style>
span { border-color: #006F82; }
span { border-color: rgb(0,111,130); }
td.TdClassName
{
border-color: #006F82;
}
.TagClassName
{
border-color: #006F82;
}
</style>