Shades of Teal #006D8A
Tints of Teal #006D8A
RGB
CMYK
RGB Variations
Color information
#006D8A (or 0x006D8A) is known color: Teal. HEX triplet: 00, 6D and 8A. RGB value is (0,109,138). Sum of RGB (Red+Green+Blue) = 0+109+138=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #006D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006D8A is #FF9275. Grayscale: #4F4F4F. Windows color (decimal): -16749174 or 9071872. OLE color: 9071872.
HSL color Cylindrical-coordinate representation of color #006D8A: hue angle of 192.61º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D8A is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 109 | 138 | - |
| CMYK | 1 | 0.21 | 0 | 0.46 |
| HSL | 192.61º | 1% | 0.27% | - |
| HSV(B) | 192.61º | 1% | 0.54% | - |
| XYZ | 10.06 | 12.77 | 25.98 | - |
| YUV | 79.72 | 160.89 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 138 | 1 | 0.21 | 0 | 0.46 | 192.61 | 1 | 0.27 |
| Hex | 0 | 6D | 8A | 64 | 15 | 0 | 2E | C1 | 64 | 1B |
| Octal | 0 | 155 | 212 | 144 | 25 | 0 | 56 | 301 | 144 | 33 |
| Binary | 0 | 1101101 | 10001010 | 1100100 | 10101 | 0 | 101110 | 11000001 | 1100100 | 11011 |
Color Harmonies of #006D8A
Complementary color
Monochromatic Colors of #006D8A
Black with #006D8A
Text Example
Text Example
White with #006D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D8A; }
p { color: rgb(0,109,138); }
H1.HeaderClassName
{
color: #006D8A;
}
.AnyTagClassName
{
color: #006D8A;
}
</style>
background-color css
<style>
a { background-color: #006D8A; }
a { background-color: rgb(0,109,138); }
div.DivClassName
{
background-color: #006D8A;
}
.BgClassName
{
background-color: #006D8A;
}
</style>
border-color css
<style>
span { border-color: #006D8A; }
span { border-color: rgb(0,109,138); }
td.TdClassName
{
border-color: #006D8A;
}
.TagClassName
{
border-color: #006D8A;
}
</style>