Shades of Teal #007C8D
Tints of Teal #007C8D
RGB
CMYK
RGB Variations
Color information
#007C8D (or 0x007C8D) is known color: Teal. HEX triplet: 00, 7C and 8D. RGB value is (0,124,141). Sum of RGB (Red+Green+Blue) = 0+124+141=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #007C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007C8D is #FF8372. Grayscale: #585858. Windows color (decimal): -16745331 or 9272320. OLE color: 9272320.
HSL color Cylindrical-coordinate representation of color #007C8D: hue angle of 187.23º 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 #007C8D is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 124 | 141 | - |
| CMYK | 1 | 0.12 | 0 | 0.45 |
| HSL | 187.23º | 1% | 0.28% | - |
| HSV(B) | 187.23º | 1% | 0.55% | - |
| XYZ | 12.02 | 16.34 | 27.72 | - |
| YUV | 88.86 | 157.42 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 141 | 1 | 0.12 | 0 | 0.45 | 187.23 | 1 | 0.28 |
| Hex | 0 | 7C | 8D | 64 | C | 0 | 2D | BB | 64 | 1C |
| Octal | 0 | 174 | 215 | 144 | 14 | 0 | 55 | 273 | 144 | 34 |
| Binary | 0 | 1111100 | 10001101 | 1100100 | 1100 | 0 | 101101 | 10111011 | 1100100 | 11100 |
Color Harmonies of #007C8D
Complementary color
Monochromatic Colors of #007C8D
Black with #007C8D
Text Example
Text Example
White with #007C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007C8D; }
p { color: rgb(0,124,141); }
H1.HeaderClassName
{
color: #007C8D;
}
.AnyTagClassName
{
color: #007C8D;
}
</style>
background-color css
<style>
a { background-color: #007C8D; }
a { background-color: rgb(0,124,141); }
div.DivClassName
{
background-color: #007C8D;
}
.BgClassName
{
background-color: #007C8D;
}
</style>
border-color css
<style>
span { border-color: #007C8D; }
span { border-color: rgb(0,124,141); }
td.TdClassName
{
border-color: #007C8D;
}
.TagClassName
{
border-color: #007C8D;
}
</style>