Shades of Teal #007C8A
Tints of Teal #007C8A
RGB
CMYK
RGB Variations
Color information
#007C8A (or 0x007C8A) is known color: Teal. HEX triplet: 00, 7C and 8A. RGB value is (0,124,138). Sum of RGB (Red+Green+Blue) = 0+124+138=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #007C8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007C8A is #FF8375. Grayscale: #585858. Windows color (decimal): -16745334 or 9075712. OLE color: 9075712.
HSL color Cylindrical-coordinate representation of color #007C8A: hue angle of 186.09º 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 #007C8A is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 124 | 138 | - |
| CMYK | 1 | 0.10 | 0 | 0.46 |
| HSL | 186.09º | 1% | 0.27% | - |
| HSV(B) | 186.09º | 1% | 0.54% | - |
| XYZ | 11.8 | 16.25 | 26.56 | - |
| YUV | 88.52 | 155.92 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 138 | 1 | 0.10 | 0 | 0.46 | 186.09 | 1 | 0.27 |
| Hex | 0 | 7C | 8A | 64 | A | 0 | 2E | BA | 64 | 1B |
| Octal | 0 | 174 | 212 | 144 | 12 | 0 | 56 | 272 | 144 | 33 |
| Binary | 0 | 1111100 | 10001010 | 1100100 | 1010 | 0 | 101110 | 10111010 | 1100100 | 11011 |
Color Harmonies of #007C8A
Complementary color
Monochromatic Colors of #007C8A
Black with #007C8A
Text Example
Text Example
White with #007C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007C8A; }
p { color: rgb(0,124,138); }
H1.HeaderClassName
{
color: #007C8A;
}
.AnyTagClassName
{
color: #007C8A;
}
</style>
background-color css
<style>
a { background-color: #007C8A; }
a { background-color: rgb(0,124,138); }
div.DivClassName
{
background-color: #007C8A;
}
.BgClassName
{
background-color: #007C8A;
}
</style>
border-color css
<style>
span { border-color: #007C8A; }
span { border-color: rgb(0,124,138); }
td.TdClassName
{
border-color: #007C8A;
}
.TagClassName
{
border-color: #007C8A;
}
</style>