Shades of Teal #008382
Tints of Teal #008382
RGB
CMYK
RGB Variations
Color information
#008382 (or 0x008382) is known color: Teal. HEX triplet: 00, 83 and 82. RGB value is (0,131,130). Sum of RGB (Red+Green+Blue) = 0+131+130=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #008382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008382 is #FF7C7D. Grayscale: #5B5B5B. Windows color (decimal): -16743550 or 8553216. OLE color: 8553216.
HSL color Cylindrical-coordinate representation of color #008382: hue angle of 179.54º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008382 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 130 | - |
| CMYK | 1 | 0 | 0.01 | 0.49 |
| HSL | 179.54º | 1% | 0.26% | - |
| HSV(B) | 179.54º | 1% | 0.51% | - |
| XYZ | 12.15 | 17.84 | 23.92 | - |
| YUV | 91.72 | 149.6 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 130 | 1 | 0 | 0.01 | 0.49 | 179.54 | 1 | 0.26 |
| Hex | 0 | 83 | 82 | 64 | 0 | 1 | 31 | B4 | 64 | 1A |
| Octal | 0 | 203 | 202 | 144 | 0 | 1 | 61 | 264 | 144 | 32 |
| Binary | 0 | 10000011 | 10000010 | 1100100 | 0 | 1 | 110001 | 10110100 | 1100100 | 11010 |
Color Harmonies of #008382
Complementary color
Monochromatic Colors of #008382
Black with #008382
Text Example
Text Example
White with #008382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008382; }
p { color: rgb(0,131,130); }
H1.HeaderClassName
{
color: #008382;
}
.AnyTagClassName
{
color: #008382;
}
</style>
background-color css
<style>
a { background-color: #008382; }
a { background-color: rgb(0,131,130); }
div.DivClassName
{
background-color: #008382;
}
.BgClassName
{
background-color: #008382;
}
</style>
border-color css
<style>
span { border-color: #008382; }
span { border-color: rgb(0,131,130); }
td.TdClassName
{
border-color: #008382;
}
.TagClassName
{
border-color: #008382;
}
</style>