Shades of Teal #006F8D
Tints of Teal #006F8D
RGB
CMYK
RGB Variations
Color information
#006F8D (or 0x006F8D) is known color: Teal. HEX triplet: 00, 6F and 8D. RGB value is (0,111,141). Sum of RGB (Red+Green+Blue) = 0+111+141=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #006F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F8D is #FF9072. Grayscale: #515151. Windows color (decimal): -16748659 or 9268992. OLE color: 9268992.
HSL color Cylindrical-coordinate representation of color #006F8D: hue angle of 192.77º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F8D is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 111 | 141 | - |
| CMYK | 1 | 0.21 | 0 | 0.45 |
| HSL | 192.77º | 1% | 0.28% | - |
| HSV(B) | 192.77º | 1% | 0.55% | - |
| XYZ | 10.49 | 13.29 | 27.21 | - |
| YUV | 81.23 | 161.73 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 141 | 1 | 0.21 | 0 | 0.45 | 192.77 | 1 | 0.28 |
| Hex | 0 | 6F | 8D | 64 | 15 | 0 | 2D | C1 | 64 | 1C |
| Octal | 0 | 157 | 215 | 144 | 25 | 0 | 55 | 301 | 144 | 34 |
| Binary | 0 | 1101111 | 10001101 | 1100100 | 10101 | 0 | 101101 | 11000001 | 1100100 | 11100 |
Color Harmonies of #006F8D
Complementary color
Monochromatic Colors of #006F8D
Black with #006F8D
Text Example
Text Example
White with #006F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F8D; }
p { color: rgb(0,111,141); }
H1.HeaderClassName
{
color: #006F8D;
}
.AnyTagClassName
{
color: #006F8D;
}
</style>
background-color css
<style>
a { background-color: #006F8D; }
a { background-color: rgb(0,111,141); }
div.DivClassName
{
background-color: #006F8D;
}
.BgClassName
{
background-color: #006F8D;
}
</style>
border-color css
<style>
span { border-color: #006F8D; }
span { border-color: rgb(0,111,141); }
td.TdClassName
{
border-color: #006F8D;
}
.TagClassName
{
border-color: #006F8D;
}
</style>