Shades of Teal #008286
Tints of Teal #008286
RGB
CMYK
RGB Variations
Color information
#008286 (or 0x008286) is known color: Teal. HEX triplet: 00, 82 and 86. RGB value is (0,130,134). Sum of RGB (Red+Green+Blue) = 0+130+134=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #008286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008286 is #FF7D79. Grayscale: #5B5B5B. Windows color (decimal): -16743802 or 8815104. OLE color: 8815104.
HSL color Cylindrical-coordinate representation of color #008286: hue angle of 181.79º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008286 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 130 | 134 | - |
| CMYK | 1 | 0.03 | 0 | 0.47 |
| HSL | 181.79º | 1% | 0.26% | - |
| HSV(B) | 181.79º | 1% | 0.53% | - |
| XYZ | 12.29 | 17.69 | 25.32 | - |
| YUV | 91.59 | 151.93 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 134 | 1 | 0.03 | 0 | 0.47 | 181.79 | 1 | 0.26 |
| Hex | 0 | 82 | 86 | 64 | 3 | 0 | 2F | B6 | 64 | 1A |
| Octal | 0 | 202 | 206 | 144 | 3 | 0 | 57 | 266 | 144 | 32 |
| Binary | 0 | 10000010 | 10000110 | 1100100 | 11 | 0 | 101111 | 10110110 | 1100100 | 11010 |
Color Harmonies of #008286
Complementary color
Monochromatic Colors of #008286
Black with #008286
Text Example
Text Example
White with #008286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008286; }
p { color: rgb(0,130,134); }
H1.HeaderClassName
{
color: #008286;
}
.AnyTagClassName
{
color: #008286;
}
</style>
background-color css
<style>
a { background-color: #008286; }
a { background-color: rgb(0,130,134); }
div.DivClassName
{
background-color: #008286;
}
.BgClassName
{
background-color: #008286;
}
</style>
border-color css
<style>
span { border-color: #008286; }
span { border-color: rgb(0,130,134); }
td.TdClassName
{
border-color: #008286;
}
.TagClassName
{
border-color: #008286;
}
</style>