Shades of Teal #007A8A
Tints of Teal #007A8A
RGB
CMYK
RGB Variations
Color information
#007A8A (or 0x007A8A) is known color: Teal. HEX triplet: 00, 7A and 8A. RGB value is (0,122,138). Sum of RGB (Red+Green+Blue) = 0+122+138=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #007A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007A8A is #FF8575. Grayscale: #575757. Windows color (decimal): -16745846 or 9075200. OLE color: 9075200.
HSL color Cylindrical-coordinate representation of color #007A8A: hue angle of 186.96º 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 #007A8A is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 122 | 138 | - |
| CMYK | 1 | 0.12 | 0 | 0.46 |
| HSL | 186.96º | 1% | 0.27% | - |
| HSV(B) | 186.96º | 1% | 0.54% | - |
| XYZ | 11.55 | 15.75 | 26.48 | - |
| YUV | 87.35 | 156.58 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 138 | 1 | 0.12 | 0 | 0.46 | 186.96 | 1 | 0.27 |
| Hex | 0 | 7A | 8A | 64 | C | 0 | 2E | BB | 64 | 1B |
| Octal | 0 | 172 | 212 | 144 | 14 | 0 | 56 | 273 | 144 | 33 |
| Binary | 0 | 1111010 | 10001010 | 1100100 | 1100 | 0 | 101110 | 10111011 | 1100100 | 11011 |
Color Harmonies of #007A8A
Complementary color
Monochromatic Colors of #007A8A
Black with #007A8A
Text Example
Text Example
White with #007A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007A8A; }
p { color: rgb(0,122,138); }
H1.HeaderClassName
{
color: #007A8A;
}
.AnyTagClassName
{
color: #007A8A;
}
</style>
background-color css
<style>
a { background-color: #007A8A; }
a { background-color: rgb(0,122,138); }
div.DivClassName
{
background-color: #007A8A;
}
.BgClassName
{
background-color: #007A8A;
}
</style>
border-color css
<style>
span { border-color: #007A8A; }
span { border-color: rgb(0,122,138); }
td.TdClassName
{
border-color: #007A8A;
}
.TagClassName
{
border-color: #007A8A;
}
</style>