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