Shades of Teal #006F81
Tints of Teal #006F81
RGB
CMYK
RGB Variations
Color information
#006F81 (or 0x006F81) is known color: Teal. HEX triplet: 00, 6F and 81. RGB value is (0,111,129). Sum of RGB (Red+Green+Blue) = 0+111+129=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #006F81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F81 is #FF907E. Grayscale: #4F4F4F. Windows color (decimal): -16748671 or 8482560. OLE color: 8482560.
HSL color Cylindrical-coordinate representation of color #006F81: hue angle of 188.37º 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 #006F81 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 111 | 129 | - |
| CMYK | 1 | 0.14 | 0 | 0.49 |
| HSL | 188.37º | 1% | 0.25% | - |
| HSV(B) | 188.37º | 1% | 0.51% | - |
| XYZ | 9.65 | 12.95 | 22.76 | - |
| YUV | 79.86 | 155.73 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 129 | 1 | 0.14 | 0 | 0.49 | 188.37 | 1 | 0.25 |
| Hex | 0 | 6F | 81 | 64 | E | 0 | 31 | BC | 64 | 19 |
| Octal | 0 | 157 | 201 | 144 | 16 | 0 | 61 | 274 | 144 | 31 |
| Binary | 0 | 1101111 | 10000001 | 1100100 | 1110 | 0 | 110001 | 10111100 | 1100100 | 11001 |
Color Harmonies of #006F81
Complementary color
Monochromatic Colors of #006F81
Black with #006F81
Text Example
Text Example
White with #006F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F81; }
p { color: rgb(0,111,129); }
H1.HeaderClassName
{
color: #006F81;
}
.AnyTagClassName
{
color: #006F81;
}
</style>
background-color css
<style>
a { background-color: #006F81; }
a { background-color: rgb(0,111,129); }
div.DivClassName
{
background-color: #006F81;
}
.BgClassName
{
background-color: #006F81;
}
</style>
border-color css
<style>
span { border-color: #006F81; }
span { border-color: rgb(0,111,129); }
td.TdClassName
{
border-color: #006F81;
}
.TagClassName
{
border-color: #006F81;
}
</style>