Shades of Teal #007B8C
Tints of Teal #007B8C
RGB
CMYK
RGB Variations
Color information
#007B8C (or 0x007B8C) is known color: Teal. HEX triplet: 00, 7B and 8C. RGB value is (0,123,140). Sum of RGB (Red+Green+Blue) = 0+123+140=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #007B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007B8C is #FF8473. Grayscale: #575757. Windows color (decimal): -16745588 or 9206528. OLE color: 9206528.
HSL color Cylindrical-coordinate representation of color #007B8C: hue angle of 187.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B8C is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 123 | 140 | - |
| CMYK | 1 | 0.12 | 0 | 0.45 |
| HSL | 187.29º | 1% | 0.27% | - |
| HSV(B) | 187.29º | 1% | 0.55% | - |
| XYZ | 11.82 | 16.06 | 27.29 | - |
| YUV | 88.16 | 157.25 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 140 | 1 | 0.12 | 0 | 0.45 | 187.29 | 1 | 0.27 |
| Hex | 0 | 7B | 8C | 64 | C | 0 | 2D | BB | 64 | 1B |
| Octal | 0 | 173 | 214 | 144 | 14 | 0 | 55 | 273 | 144 | 33 |
| Binary | 0 | 1111011 | 10001100 | 1100100 | 1100 | 0 | 101101 | 10111011 | 1100100 | 11011 |
Color Harmonies of #007B8C
Complementary color
Monochromatic Colors of #007B8C
Black with #007B8C
Text Example
Text Example
White with #007B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B8C; }
p { color: rgb(0,123,140); }
H1.HeaderClassName
{
color: #007B8C;
}
.AnyTagClassName
{
color: #007B8C;
}
</style>
background-color css
<style>
a { background-color: #007B8C; }
a { background-color: rgb(0,123,140); }
div.DivClassName
{
background-color: #007B8C;
}
.BgClassName
{
background-color: #007B8C;
}
</style>
border-color css
<style>
span { border-color: #007B8C; }
span { border-color: rgb(0,123,140); }
td.TdClassName
{
border-color: #007B8C;
}
.TagClassName
{
border-color: #007B8C;
}
</style>