Shades of Teal #007A7F
Tints of Teal #007A7F
RGB
CMYK
RGB Variations
Color information
#007A7F (or 0x007A7F) is known color: Teal. HEX triplet: 00, 7A and 7F. RGB value is (0,122,127). Sum of RGB (Red+Green+Blue) = 0+122+127=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #007A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A7F is #FF8580. Grayscale: #555555. Windows color (decimal): -16745857 or 8354304. OLE color: 8354304.
HSL color Cylindrical-coordinate representation of color #007A7F: hue angle of 182.36º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A7F is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 122 | 127 | - |
| CMYK | 1 | 0.04 | 0 | 0.50 |
| HSL | 182.36º | 1% | 0.25% | - |
| HSV(B) | 182.36º | 1% | 0.5% | - |
| XYZ | 10.79 | 15.45 | 22.49 | - |
| YUV | 86.09 | 151.08 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 127 | 1 | 0.04 | 0 | 0.50 | 182.36 | 1 | 0.25 |
| Hex | 0 | 7A | 7F | 64 | 4 | 0 | 32 | B6 | 64 | 19 |
| Octal | 0 | 172 | 177 | 144 | 4 | 0 | 62 | 266 | 144 | 31 |
| Binary | 0 | 1111010 | 1111111 | 1100100 | 100 | 0 | 110010 | 10110110 | 1100100 | 11001 |
Color Harmonies of #007A7F
Complementary color
Monochromatic Colors of #007A7F
Black with #007A7F
Text Example
Text Example
White with #007A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007A7F; }
p { color: rgb(0,122,127); }
H1.HeaderClassName
{
color: #007A7F;
}
.AnyTagClassName
{
color: #007A7F;
}
</style>
background-color css
<style>
a { background-color: #007A7F; }
a { background-color: rgb(0,122,127); }
div.DivClassName
{
background-color: #007A7F;
}
.BgClassName
{
background-color: #007A7F;
}
</style>
border-color css
<style>
span { border-color: #007A7F; }
span { border-color: rgb(0,122,127); }
td.TdClassName
{
border-color: #007A7F;
}
.TagClassName
{
border-color: #007A7F;
}
</style>