Shades of Teal #008287
Tints of Teal #008287
RGB
CMYK
RGB Variations
Color information
#008287 (or 0x008287) is known color: Teal. HEX triplet: 00, 82 and 87. RGB value is (0,130,135). Sum of RGB (Red+Green+Blue) = 0+130+135=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #008287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008287 is #FF7D78. Grayscale: #5B5B5B. Windows color (decimal): -16743801 or 8880640. OLE color: 8880640.
HSL color Cylindrical-coordinate representation of color #008287: hue angle of 182.22º 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 #008287 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 130 | 135 | - |
| CMYK | 1 | 0.04 | 0 | 0.47 |
| HSL | 182.22º | 1% | 0.26% | - |
| HSV(B) | 182.22º | 1% | 0.53% | - |
| XYZ | 12.36 | 17.71 | 25.69 | - |
| YUV | 91.7 | 152.43 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 135 | 1 | 0.04 | 0 | 0.47 | 182.22 | 1 | 0.26 |
| Hex | 0 | 82 | 87 | 64 | 4 | 0 | 2F | B6 | 64 | 1A |
| Octal | 0 | 202 | 207 | 144 | 4 | 0 | 57 | 266 | 144 | 32 |
| Binary | 0 | 10000010 | 10000111 | 1100100 | 100 | 0 | 101111 | 10110110 | 1100100 | 11010 |
Color Harmonies of #008287
Complementary color
Monochromatic Colors of #008287
Black with #008287
Text Example
Text Example
White with #008287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008287; }
p { color: rgb(0,130,135); }
H1.HeaderClassName
{
color: #008287;
}
.AnyTagClassName
{
color: #008287;
}
</style>
background-color css
<style>
a { background-color: #008287; }
a { background-color: rgb(0,130,135); }
div.DivClassName
{
background-color: #008287;
}
.BgClassName
{
background-color: #008287;
}
</style>
border-color css
<style>
span { border-color: #008287; }
span { border-color: rgb(0,130,135); }
td.TdClassName
{
border-color: #008287;
}
.TagClassName
{
border-color: #008287;
}
</style>