Shades of Teal #00877C
Tints of Teal #00877C
RGB
CMYK
RGB Variations
Color information
#00877C (or 0x00877C) is known color: Teal. HEX triplet: 00, 87 and 7C. RGB value is (0,135,124). Sum of RGB (Red+Green+Blue) = 0+135+124=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #00877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00877C is #FF7883. Grayscale: #5D5D5D. Windows color (decimal): -16742532 or 8161024. OLE color: 8161024.
HSL color Cylindrical-coordinate representation of color #00877C: hue angle of 175.11º 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 #00877C is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 124 | - |
| CMYK | 1 | 0 | 0.08 | 0.47 |
| HSL | 175.11º | 1% | 0.26% | - |
| HSV(B) | 175.11º | 1% | 0.53% | - |
| XYZ | 12.3 | 18.78 | 22.05 | - |
| YUV | 93.38 | 145.27 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 124 | 1 | 0 | 0.08 | 0.47 | 175.11 | 1 | 0.26 |
| Hex | 0 | 87 | 7C | 64 | 0 | 8 | 2F | AF | 64 | 1A |
| Octal | 0 | 207 | 174 | 144 | 0 | 10 | 57 | 257 | 144 | 32 |
| Binary | 0 | 10000111 | 1111100 | 1100100 | 0 | 1000 | 101111 | 10101111 | 1100100 | 11010 |
Color Harmonies of #00877C
Complementary color
Monochromatic Colors of #00877C
Black with #00877C
Text Example
Text Example
White with #00877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00877C; }
p { color: rgb(0,135,124); }
H1.HeaderClassName
{
color: #00877C;
}
.AnyTagClassName
{
color: #00877C;
}
</style>
background-color css
<style>
a { background-color: #00877C; }
a { background-color: rgb(0,135,124); }
div.DivClassName
{
background-color: #00877C;
}
.BgClassName
{
background-color: #00877C;
}
</style>
border-color css
<style>
span { border-color: #00877C; }
span { border-color: rgb(0,135,124); }
td.TdClassName
{
border-color: #00877C;
}
.TagClassName
{
border-color: #00877C;
}
</style>