Shades of Teal #008084
Tints of Teal #008084
RGB
CMYK
RGB Variations
Color information
#008084 (or 0x008084) is known color: Teal. HEX triplet: 00, 80 and 84. RGB value is (0,128,132). Sum of RGB (Red+Green+Blue) = 0+128+132=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #008084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008084 is #FF7F7B. Grayscale: #5A5A5A. Windows color (decimal): -16744316 or 8683520. OLE color: 8683520.
HSL color Cylindrical-coordinate representation of color #008084: hue angle of 181.82º 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 #008084 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 128 | 132 | - |
| CMYK | 1 | 0.03 | 0 | 0.48 |
| HSL | 181.82º | 1% | 0.26% | - |
| HSV(B) | 181.82º | 1% | 0.52% | - |
| XYZ | 11.88 | 17.1 | 24.5 | - |
| YUV | 90.18 | 151.59 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 132 | 1 | 0.03 | 0 | 0.48 | 181.82 | 1 | 0.26 |
| Hex | 0 | 80 | 84 | 64 | 3 | 0 | 30 | B6 | 64 | 1A |
| Octal | 0 | 200 | 204 | 144 | 3 | 0 | 60 | 266 | 144 | 32 |
| Binary | 0 | 10000000 | 10000100 | 1100100 | 11 | 0 | 110000 | 10110110 | 1100100 | 11010 |
Color Harmonies of #008084
Complementary color
Monochromatic Colors of #008084
Black with #008084
Text Example
Text Example
White with #008084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008084; }
p { color: rgb(0,128,132); }
H1.HeaderClassName
{
color: #008084;
}
.AnyTagClassName
{
color: #008084;
}
</style>
background-color css
<style>
a { background-color: #008084; }
a { background-color: rgb(0,128,132); }
div.DivClassName
{
background-color: #008084;
}
.BgClassName
{
background-color: #008084;
}
</style>
border-color css
<style>
span { border-color: #008084; }
span { border-color: rgb(0,128,132); }
td.TdClassName
{
border-color: #008084;
}
.TagClassName
{
border-color: #008084;
}
</style>