Shades of Teal #008082
Tints of Teal #008082
RGB
CMYK
RGB Variations
Color information
#008082 (or 0x008082) is known color: Teal. HEX triplet: 00, 80 and 82. RGB value is (0,128,130). Sum of RGB (Red+Green+Blue) = 0+128+130=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #008082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008082 is #FF7F7D. Grayscale: #595959. Windows color (decimal): -16744318 or 8552448. OLE color: 8552448.
HSL color Cylindrical-coordinate representation of color #008082: hue angle of 180.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008082 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 128 | 130 | - |
| CMYK | 1 | 0.02 | 0 | 0.49 |
| HSL | 180.92º | 1% | 0.25% | - |
| HSV(B) | 180.92º | 1% | 0.51% | - |
| XYZ | 11.75 | 17.05 | 23.79 | - |
| YUV | 89.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 130 | 1 | 0.02 | 0 | 0.49 | 180.92 | 1 | 0.25 |
| Hex | 0 | 80 | 82 | 64 | 2 | 0 | 31 | B5 | 64 | 19 |
| Octal | 0 | 200 | 202 | 144 | 2 | 0 | 61 | 265 | 144 | 31 |
| Binary | 0 | 10000000 | 10000010 | 1100100 | 10 | 0 | 110001 | 10110101 | 1100100 | 11001 |
Color Harmonies of #008082
Complementary color
Monochromatic Colors of #008082
Black with #008082
Text Example
Text Example
White with #008082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008082; }
p { color: rgb(0,128,130); }
H1.HeaderClassName
{
color: #008082;
}
.AnyTagClassName
{
color: #008082;
}
</style>
background-color css
<style>
a { background-color: #008082; }
a { background-color: rgb(0,128,130); }
div.DivClassName
{
background-color: #008082;
}
.BgClassName
{
background-color: #008082;
}
</style>
border-color css
<style>
span { border-color: #008082; }
span { border-color: rgb(0,128,130); }
td.TdClassName
{
border-color: #008082;
}
.TagClassName
{
border-color: #008082;
}
</style>