Shades of Teal #007F85
Tints of Teal #007F85
RGB
CMYK
RGB Variations
Color information
#007F85 (or 0x007F85) is known color: Teal. HEX triplet: 00, 7F and 85. RGB value is (0,127,133). Sum of RGB (Red+Green+Blue) = 0+127+133=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #007F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F85 is #FF807A. Grayscale: #595959. Windows color (decimal): -16744571 or 8748800. OLE color: 8748800.
HSL color Cylindrical-coordinate representation of color #007F85: hue angle of 182.71º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F85 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 127 | 133 | - |
| CMYK | 1 | 0.05 | 0 | 0.48 |
| HSL | 182.71º | 1% | 0.26% | - |
| HSV(B) | 182.71º | 1% | 0.52% | - |
| XYZ | 11.82 | 16.87 | 24.82 | - |
| YUV | 89.71 | 152.42 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 133 | 1 | 0.05 | 0 | 0.48 | 182.71 | 1 | 0.26 |
| Hex | 0 | 7F | 85 | 64 | 5 | 0 | 30 | B7 | 64 | 1A |
| Octal | 0 | 177 | 205 | 144 | 5 | 0 | 60 | 267 | 144 | 32 |
| Binary | 0 | 1111111 | 10000101 | 1100100 | 101 | 0 | 110000 | 10110111 | 1100100 | 11010 |
Color Harmonies of #007F85
Complementary color
Monochromatic Colors of #007F85
Black with #007F85
Text Example
Text Example
White with #007F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F85; }
p { color: rgb(0,127,133); }
H1.HeaderClassName
{
color: #007F85;
}
.AnyTagClassName
{
color: #007F85;
}
</style>
background-color css
<style>
a { background-color: #007F85; }
a { background-color: rgb(0,127,133); }
div.DivClassName
{
background-color: #007F85;
}
.BgClassName
{
background-color: #007F85;
}
</style>
border-color css
<style>
span { border-color: #007F85; }
span { border-color: rgb(0,127,133); }
td.TdClassName
{
border-color: #007F85;
}
.TagClassName
{
border-color: #007F85;
}
</style>