Shades of Teal #008280
Tints of Teal #008280
RGB
CMYK
RGB Variations
Color information
#008280 (or 0x008280) is known color: Teal. HEX triplet: 00, 82 and 80. RGB value is (0,130,128). Sum of RGB (Red+Green+Blue) = 0+130+128=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #008280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008280 is #FF7D7F. Grayscale: #5A5A5A. Windows color (decimal): -16743808 or 8421888. OLE color: 8421888.
HSL color Cylindrical-coordinate representation of color #008280: hue angle of 179.08º 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 #008280 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 128 | - |
| CMYK | 1 | 0 | 0.02 | 0.49 |
| HSL | 179.08º | 1% | 0.25% | - |
| HSV(B) | 179.08º | 1% | 0.51% | - |
| XYZ | 11.88 | 17.52 | 23.18 | - |
| YUV | 90.9 | 148.93 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 128 | 1 | 0 | 0.02 | 0.49 | 179.08 | 1 | 0.25 |
| Hex | 0 | 82 | 80 | 64 | 0 | 2 | 31 | B3 | 64 | 19 |
| Octal | 0 | 202 | 200 | 144 | 0 | 2 | 61 | 263 | 144 | 31 |
| Binary | 0 | 10000010 | 10000000 | 1100100 | 0 | 10 | 110001 | 10110011 | 1100100 | 11001 |
Color Harmonies of #008280
Complementary color
Monochromatic Colors of #008280
Black with #008280
Text Example
Text Example
White with #008280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008280; }
p { color: rgb(0,130,128); }
H1.HeaderClassName
{
color: #008280;
}
.AnyTagClassName
{
color: #008280;
}
</style>
background-color css
<style>
a { background-color: #008280; }
a { background-color: rgb(0,130,128); }
div.DivClassName
{
background-color: #008280;
}
.BgClassName
{
background-color: #008280;
}
</style>
border-color css
<style>
span { border-color: #008280; }
span { border-color: rgb(0,130,128); }
td.TdClassName
{
border-color: #008280;
}
.TagClassName
{
border-color: #008280;
}
</style>