Shades of Teal #007F8B
Tints of Teal #007F8B
RGB
CMYK
RGB Variations
Color information
#007F8B (or 0x007F8B) is known color: Teal. HEX triplet: 00, 7F and 8B. RGB value is (0,127,139). Sum of RGB (Red+Green+Blue) = 0+127+139=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #007F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F8B is #FF8074. Grayscale: #5A5A5A. Windows color (decimal): -16744565 or 9142016. OLE color: 9142016.
HSL color Cylindrical-coordinate representation of color #007F8B: hue angle of 185.18º 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 #007F8B is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 127 | 139 | - |
| CMYK | 1 | 0.09 | 0 | 0.45 |
| HSL | 185.18º | 1% | 0.27% | - |
| HSV(B) | 185.18º | 1% | 0.55% | - |
| XYZ | 12.25 | 17.04 | 27.07 | - |
| YUV | 90.4 | 155.42 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 139 | 1 | 0.09 | 0 | 0.45 | 185.18 | 1 | 0.27 |
| Hex | 0 | 7F | 8B | 64 | 9 | 0 | 2D | B9 | 64 | 1B |
| Octal | 0 | 177 | 213 | 144 | 11 | 0 | 55 | 271 | 144 | 33 |
| Binary | 0 | 1111111 | 10001011 | 1100100 | 1001 | 0 | 101101 | 10111001 | 1100100 | 11011 |
Color Harmonies of #007F8B
Complementary color
Monochromatic Colors of #007F8B
Black with #007F8B
Text Example
Text Example
White with #007F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F8B; }
p { color: rgb(0,127,139); }
H1.HeaderClassName
{
color: #007F8B;
}
.AnyTagClassName
{
color: #007F8B;
}
</style>
background-color css
<style>
a { background-color: #007F8B; }
a { background-color: rgb(0,127,139); }
div.DivClassName
{
background-color: #007F8B;
}
.BgClassName
{
background-color: #007F8B;
}
</style>
border-color css
<style>
span { border-color: #007F8B; }
span { border-color: rgb(0,127,139); }
td.TdClassName
{
border-color: #007F8B;
}
.TagClassName
{
border-color: #007F8B;
}
</style>