Shades of Teal #00877D
Tints of Teal #00877D
RGB
CMYK
RGB Variations
Color information
#00877D (or 0x00877D) is known color: Teal. HEX triplet: 00, 87 and 7D. RGB value is (0,135,125). Sum of RGB (Red+Green+Blue) = 0+135+125=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #00877D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00877D is #FF7882. Grayscale: #5D5D5D. Windows color (decimal): -16742531 or 8226560. OLE color: 8226560.
HSL color Cylindrical-coordinate representation of color #00877D: hue angle of 175.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00877D is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 125 | - |
| CMYK | 1 | 0 | 0.07 | 0.47 |
| HSL | 175.56º | 1% | 0.26% | - |
| HSV(B) | 175.56º | 1% | 0.53% | - |
| XYZ | 12.37 | 18.81 | 22.38 | - |
| YUV | 93.5 | 145.77 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 125 | 1 | 0 | 0.07 | 0.47 | 175.56 | 1 | 0.26 |
| Hex | 0 | 87 | 7D | 64 | 0 | 7 | 2F | B0 | 64 | 1A |
| Octal | 0 | 207 | 175 | 144 | 0 | 7 | 57 | 260 | 144 | 32 |
| Binary | 0 | 10000111 | 1111101 | 1100100 | 0 | 111 | 101111 | 10110000 | 1100100 | 11010 |
Color Harmonies of #00877D
Complementary color
Monochromatic Colors of #00877D
Black with #00877D
Text Example
Text Example
White with #00877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00877D; }
p { color: rgb(0,135,125); }
H1.HeaderClassName
{
color: #00877D;
}
.AnyTagClassName
{
color: #00877D;
}
</style>
background-color css
<style>
a { background-color: #00877D; }
a { background-color: rgb(0,135,125); }
div.DivClassName
{
background-color: #00877D;
}
.BgClassName
{
background-color: #00877D;
}
</style>
border-color css
<style>
span { border-color: #00877D; }
span { border-color: rgb(0,135,125); }
td.TdClassName
{
border-color: #00877D;
}
.TagClassName
{
border-color: #00877D;
}
</style>