Shades of Teal #007E7C
Tints of Teal #007E7C
RGB
CMYK
RGB Variations
Color information
#007E7C (or 0x007E7C) is known color: Teal. HEX triplet: 00, 7E and 7C. RGB value is (0,126,124). Sum of RGB (Red+Green+Blue) = 0+126+124=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #007E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007E7C is #FF8183. Grayscale: #575757. Windows color (decimal): -16744836 or 8158720. OLE color: 8158720.
HSL color Cylindrical-coordinate representation of color #007E7C: hue angle of 179.05º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E7C is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 124 | - |
| CMYK | 1 | 0 | 0.02 | 0.51 |
| HSL | 179.05º | 1% | 0.25% | - |
| HSV(B) | 179.05º | 1% | 0.49% | - |
| XYZ | 11.1 | 16.38 | 21.64 | - |
| YUV | 88.1 | 148.26 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 124 | 1 | 0 | 0.02 | 0.51 | 179.05 | 1 | 0.25 |
| Hex | 0 | 7E | 7C | 64 | 0 | 2 | 33 | B3 | 64 | 19 |
| Octal | 0 | 176 | 174 | 144 | 0 | 2 | 63 | 263 | 144 | 31 |
| Binary | 0 | 1111110 | 1111100 | 1100100 | 0 | 10 | 110011 | 10110011 | 1100100 | 11001 |
Color Harmonies of #007E7C
Complementary color
Monochromatic Colors of #007E7C
Black with #007E7C
Text Example
Text Example
White with #007E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E7C; }
p { color: rgb(0,126,124); }
H1.HeaderClassName
{
color: #007E7C;
}
.AnyTagClassName
{
color: #007E7C;
}
</style>
background-color css
<style>
a { background-color: #007E7C; }
a { background-color: rgb(0,126,124); }
div.DivClassName
{
background-color: #007E7C;
}
.BgClassName
{
background-color: #007E7C;
}
</style>
border-color css
<style>
span { border-color: #007E7C; }
span { border-color: rgb(0,126,124); }
td.TdClassName
{
border-color: #007E7C;
}
.TagClassName
{
border-color: #007E7C;
}
</style>