Shades of Teal #008781
Tints of Teal #008781
RGB
CMYK
RGB Variations
Color information
#008781 (or 0x008781) is known color: Teal. HEX triplet: 00, 87 and 81. RGB value is (0,135,129). Sum of RGB (Red+Green+Blue) = 0+135+129=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #008781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008781 is #FF787E. Grayscale: #5D5D5D. Windows color (decimal): -16742527 or 8488704. OLE color: 8488704.
HSL color Cylindrical-coordinate representation of color #008781: hue angle of 177.33º 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 #008781 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 129 | - |
| CMYK | 1 | 0 | 0.04 | 0.47 |
| HSL | 177.33º | 1% | 0.26% | - |
| HSV(B) | 177.33º | 1% | 0.53% | - |
| XYZ | 12.63 | 18.91 | 23.75 | - |
| YUV | 93.95 | 147.77 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 129 | 1 | 0 | 0.04 | 0.47 | 177.33 | 1 | 0.26 |
| Hex | 0 | 87 | 81 | 64 | 0 | 4 | 2F | B1 | 64 | 1A |
| Octal | 0 | 207 | 201 | 144 | 0 | 4 | 57 | 261 | 144 | 32 |
| Binary | 0 | 10000111 | 10000001 | 1100100 | 0 | 100 | 101111 | 10110001 | 1100100 | 11010 |
Color Harmonies of #008781
Complementary color
Monochromatic Colors of #008781
Black with #008781
Text Example
Text Example
White with #008781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008781; }
p { color: rgb(0,135,129); }
H1.HeaderClassName
{
color: #008781;
}
.AnyTagClassName
{
color: #008781;
}
</style>
background-color css
<style>
a { background-color: #008781; }
a { background-color: rgb(0,135,129); }
div.DivClassName
{
background-color: #008781;
}
.BgClassName
{
background-color: #008781;
}
</style>
border-color css
<style>
span { border-color: #008781; }
span { border-color: rgb(0,135,129); }
td.TdClassName
{
border-color: #008781;
}
.TagClassName
{
border-color: #008781;
}
</style>