Shades of Teal #007B8D
Tints of Teal #007B8D
RGB
CMYK
RGB Variations
Color information
#007B8D (or 0x007B8D) is known color: Teal. HEX triplet: 00, 7B and 8D. RGB value is (0,123,141). Sum of RGB (Red+Green+Blue) = 0+123+141=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #007B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007B8D is #FF8472. Grayscale: #585858. Windows color (decimal): -16745587 or 9272064. OLE color: 9272064.
HSL color Cylindrical-coordinate representation of color #007B8D: hue angle of 187.66º 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 #007B8D is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 123 | 141 | - |
| CMYK | 1 | 0.13 | 0 | 0.45 |
| HSL | 187.66º | 1% | 0.28% | - |
| HSV(B) | 187.66º | 1% | 0.55% | - |
| XYZ | 11.89 | 16.09 | 27.68 | - |
| YUV | 88.28 | 157.75 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 141 | 1 | 0.13 | 0 | 0.45 | 187.66 | 1 | 0.28 |
| Hex | 0 | 7B | 8D | 64 | D | 0 | 2D | BC | 64 | 1C |
| Octal | 0 | 173 | 215 | 144 | 15 | 0 | 55 | 274 | 144 | 34 |
| Binary | 0 | 1111011 | 10001101 | 1100100 | 1101 | 0 | 101101 | 10111100 | 1100100 | 11100 |
Color Harmonies of #007B8D
Complementary color
Monochromatic Colors of #007B8D
Black with #007B8D
Text Example
Text Example
White with #007B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B8D; }
p { color: rgb(0,123,141); }
H1.HeaderClassName
{
color: #007B8D;
}
.AnyTagClassName
{
color: #007B8D;
}
</style>
background-color css
<style>
a { background-color: #007B8D; }
a { background-color: rgb(0,123,141); }
div.DivClassName
{
background-color: #007B8D;
}
.BgClassName
{
background-color: #007B8D;
}
</style>
border-color css
<style>
span { border-color: #007B8D; }
span { border-color: rgb(0,123,141); }
td.TdClassName
{
border-color: #007B8D;
}
.TagClassName
{
border-color: #007B8D;
}
</style>