Shades of Teal #008882
Tints of Teal #008882
RGB
CMYK
RGB Variations
Color information
#008882 (or 0x008882) is known color: Teal. HEX triplet: 00, 88 and 82. RGB value is (0,136,130). Sum of RGB (Red+Green+Blue) = 0+136+130=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #008882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008882 is #FF777D. Grayscale: #5E5E5E. Windows color (decimal): -16742270 or 8554496. OLE color: 8554496.
HSL color Cylindrical-coordinate representation of color #008882: hue angle of 177.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008882 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 130 | - |
| CMYK | 1 | 0 | 0.04 | 0.47 |
| HSL | 177.35º | 1% | 0.27% | - |
| HSV(B) | 177.35º | 1% | 0.53% | - |
| XYZ | 12.83 | 19.22 | 24.15 | - |
| YUV | 94.65 | 147.94 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 130 | 1 | 0 | 0.04 | 0.47 | 177.35 | 1 | 0.27 |
| Hex | 0 | 88 | 82 | 64 | 0 | 4 | 2F | B1 | 64 | 1B |
| Octal | 0 | 210 | 202 | 144 | 0 | 4 | 57 | 261 | 144 | 33 |
| Binary | 0 | 10001000 | 10000010 | 1100100 | 0 | 100 | 101111 | 10110001 | 1100100 | 11011 |
Color Harmonies of #008882
Complementary color
Monochromatic Colors of #008882
Black with #008882
Text Example
Text Example
White with #008882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008882; }
p { color: rgb(0,136,130); }
H1.HeaderClassName
{
color: #008882;
}
.AnyTagClassName
{
color: #008882;
}
</style>
background-color css
<style>
a { background-color: #008882; }
a { background-color: rgb(0,136,130); }
div.DivClassName
{
background-color: #008882;
}
.BgClassName
{
background-color: #008882;
}
</style>
border-color css
<style>
span { border-color: #008882; }
span { border-color: rgb(0,136,130); }
td.TdClassName
{
border-color: #008882;
}
.TagClassName
{
border-color: #008882;
}
</style>