Shades of Teal #008481
Tints of Teal #008481
RGB
CMYK
RGB Variations
Color information
#008481 (or 0x008481) is known color: Teal. HEX triplet: 00, 84 and 81. RGB value is (0,132,129). Sum of RGB (Red+Green+Blue) = 0+132+129=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #008481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008481 is #FF7B7E. Grayscale: #5C5C5C. Windows color (decimal): -16743295 or 8487936. OLE color: 8487936.
HSL color Cylindrical-coordinate representation of color #008481: hue angle of 178.64º 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 #008481 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 129 | - |
| CMYK | 1 | 0 | 0.02 | 0.48 |
| HSL | 178.64º | 1% | 0.26% | - |
| HSV(B) | 178.64º | 1% | 0.52% | - |
| XYZ | 12.21 | 18.09 | 23.62 | - |
| YUV | 92.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 129 | 1 | 0 | 0.02 | 0.48 | 178.64 | 1 | 0.26 |
| Hex | 0 | 84 | 81 | 64 | 0 | 2 | 30 | B3 | 64 | 1A |
| Octal | 0 | 204 | 201 | 144 | 0 | 2 | 60 | 263 | 144 | 32 |
| Binary | 0 | 10000100 | 10000001 | 1100100 | 0 | 10 | 110000 | 10110011 | 1100100 | 11010 |
Color Harmonies of #008481
Complementary color
Monochromatic Colors of #008481
Black with #008481
Text Example
Text Example
White with #008481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008481; }
p { color: rgb(0,132,129); }
H1.HeaderClassName
{
color: #008481;
}
.AnyTagClassName
{
color: #008481;
}
</style>
background-color css
<style>
a { background-color: #008481; }
a { background-color: rgb(0,132,129); }
div.DivClassName
{
background-color: #008481;
}
.BgClassName
{
background-color: #008481;
}
</style>
border-color css
<style>
span { border-color: #008481; }
span { border-color: rgb(0,132,129); }
td.TdClassName
{
border-color: #008481;
}
.TagClassName
{
border-color: #008481;
}
</style>