Shades of Teal #008482
Tints of Teal #008482
RGB
CMYK
RGB Variations
Color information
#008482 (or 0x008482) is known color: Teal. HEX triplet: 00, 84 and 82. RGB value is (0,132,130). Sum of RGB (Red+Green+Blue) = 0+132+130=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #008482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008482 is #FF7B7D. Grayscale: #5C5C5C. Windows color (decimal): -16743294 or 8553472. OLE color: 8553472.
HSL color Cylindrical-coordinate representation of color #008482: hue angle of 179.09º 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 #008482 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 130 | - |
| CMYK | 1 | 0 | 0.02 | 0.48 |
| HSL | 179.09º | 1% | 0.26% | - |
| HSV(B) | 179.09º | 1% | 0.52% | - |
| XYZ | 12.28 | 18.11 | 23.97 | - |
| YUV | 92.3 | 149.27 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 130 | 1 | 0 | 0.02 | 0.48 | 179.09 | 1 | 0.26 |
| Hex | 0 | 84 | 82 | 64 | 0 | 2 | 30 | B3 | 64 | 1A |
| Octal | 0 | 204 | 202 | 144 | 0 | 2 | 60 | 263 | 144 | 32 |
| Binary | 0 | 10000100 | 10000010 | 1100100 | 0 | 10 | 110000 | 10110011 | 1100100 | 11010 |
Color Harmonies of #008482
Complementary color
Monochromatic Colors of #008482
Black with #008482
Text Example
Text Example
White with #008482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008482; }
p { color: rgb(0,132,130); }
H1.HeaderClassName
{
color: #008482;
}
.AnyTagClassName
{
color: #008482;
}
</style>
background-color css
<style>
a { background-color: #008482; }
a { background-color: rgb(0,132,130); }
div.DivClassName
{
background-color: #008482;
}
.BgClassName
{
background-color: #008482;
}
</style>
border-color css
<style>
span { border-color: #008482; }
span { border-color: rgb(0,132,130); }
td.TdClassName
{
border-color: #008482;
}
.TagClassName
{
border-color: #008482;
}
</style>