Shades of Teal #00807D
Tints of Teal #00807D
RGB
CMYK
RGB Variations
Color information
#00807D (or 0x00807D) is known color: Teal. HEX triplet: 00, 80 and 7D. RGB value is (0,128,125). Sum of RGB (Red+Green+Blue) = 0+128+125=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #00807D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00807D is #FF7F82. Grayscale: #595959. Windows color (decimal): -16744323 or 8224768. OLE color: 8224768.
HSL color Cylindrical-coordinate representation of color #00807D: hue angle of 178.59º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00807D is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 125 | - |
| CMYK | 1 | 0 | 0.02 | 0.50 |
| HSL | 178.59º | 1% | 0.25% | - |
| HSV(B) | 178.59º | 1% | 0.5% | - |
| XYZ | 11.42 | 16.92 | 22.07 | - |
| YUV | 89.39 | 148.09 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 125 | 1 | 0 | 0.02 | 0.50 | 178.59 | 1 | 0.25 |
| Hex | 0 | 80 | 7D | 64 | 0 | 2 | 32 | B3 | 64 | 19 |
| Octal | 0 | 200 | 175 | 144 | 0 | 2 | 62 | 263 | 144 | 31 |
| Binary | 0 | 10000000 | 1111101 | 1100100 | 0 | 10 | 110010 | 10110011 | 1100100 | 11001 |
Color Harmonies of #00807D
Complementary color
Monochromatic Colors of #00807D
Black with #00807D
Text Example
Text Example
White with #00807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00807D; }
p { color: rgb(0,128,125); }
H1.HeaderClassName
{
color: #00807D;
}
.AnyTagClassName
{
color: #00807D;
}
</style>
background-color css
<style>
a { background-color: #00807D; }
a { background-color: rgb(0,128,125); }
div.DivClassName
{
background-color: #00807D;
}
.BgClassName
{
background-color: #00807D;
}
</style>
border-color css
<style>
span { border-color: #00807D; }
span { border-color: rgb(0,128,125); }
td.TdClassName
{
border-color: #00807D;
}
.TagClassName
{
border-color: #00807D;
}
</style>