Shades of Teal #007E85
Tints of Teal #007E85
RGB
CMYK
RGB Variations
Color information
#007E85 (or 0x007E85) is known color: Teal. HEX triplet: 00, 7E and 85. RGB value is (0,126,133). Sum of RGB (Red+Green+Blue) = 0+126+133=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #007E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007E85 is #FF817A. Grayscale: #585858. Windows color (decimal): -16744827 or 8748544. OLE color: 8748544.
HSL color Cylindrical-coordinate representation of color #007E85: hue angle of 183.16º 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 #007E85 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 126 | 133 | - |
| CMYK | 1 | 0.05 | 0 | 0.48 |
| HSL | 183.16º | 1% | 0.26% | - |
| HSV(B) | 183.16º | 1% | 0.52% | - |
| XYZ | 11.69 | 16.62 | 24.78 | - |
| YUV | 89.12 | 152.76 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 133 | 1 | 0.05 | 0 | 0.48 | 183.16 | 1 | 0.26 |
| Hex | 0 | 7E | 85 | 64 | 5 | 0 | 30 | B7 | 64 | 1A |
| Octal | 0 | 176 | 205 | 144 | 5 | 0 | 60 | 267 | 144 | 32 |
| Binary | 0 | 1111110 | 10000101 | 1100100 | 101 | 0 | 110000 | 10110111 | 1100100 | 11010 |
Color Harmonies of #007E85
Complementary color
Monochromatic Colors of #007E85
Black with #007E85
Text Example
Text Example
White with #007E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E85; }
p { color: rgb(0,126,133); }
H1.HeaderClassName
{
color: #007E85;
}
.AnyTagClassName
{
color: #007E85;
}
</style>
background-color css
<style>
a { background-color: #007E85; }
a { background-color: rgb(0,126,133); }
div.DivClassName
{
background-color: #007E85;
}
.BgClassName
{
background-color: #007E85;
}
</style>
border-color css
<style>
span { border-color: #007E85; }
span { border-color: rgb(0,126,133); }
td.TdClassName
{
border-color: #007E85;
}
.TagClassName
{
border-color: #007E85;
}
</style>