Shades of Teal #008282
Tints of Teal #008282
RGB
CMYK
RGB Variations
Color information
#008282 (or 0x008282) is known color: Teal. HEX triplet: 00, 82 and 82. RGB value is (0,130,130). Sum of RGB (Red+Green+Blue) = 0+130+130=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #008282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008282 is #FF7D7D. Grayscale: #5B5B5B. Windows color (decimal): -16743806 or 8552960. OLE color: 8552960.
HSL color Cylindrical-coordinate representation of color #008282: hue angle of 180º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008282 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
RGB | 0 | 130 | 130 | - |
CMYK | 1 | 0 | 0 | 0.49 |
HSL | 180º | 1% | 0.25% | - |
HSV(B) | 180º | 1% | 0.51% | - |
XYZ | 12.01 | 17.58 | 23.88 | - |
YUV | 91.13 | 149.93 | 63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 130 | 130 | 1 | 0 | 0 | 0.49 | 180 | 1 | 0.25 |
Hex | 0 | 82 | 82 | 64 | 0 | 0 | 31 | B4 | 64 | 19 |
Octal | 0 | 202 | 202 | 144 | 0 | 0 | 61 | 264 | 144 | 31 |
Binary | 0 | 10000010 | 10000010 | 1100100 | 0 | 0 | 110001 | 10110100 | 1100100 | 11001 |
Color Harmonies of #008282
Complementary color
Monochromatic Colors of #008282
Black with #008282
Text Example
Text Example
White with #008282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008282; }
p { color: rgb(0,130,130); }
H1.HeaderClassName
{
color: #008282;
}
.AnyTagClassName
{
color: #008282;
}
</style>
background-color css
<style>
a { background-color: #008282; }
a { background-color: rgb(0,130,130); }
div.DivClassName
{
background-color: #008282;
}
.BgClassName
{
background-color: #008282;
}
</style>
border-color css
<style>
span { border-color: #008282; }
span { border-color: rgb(0,130,130); }
td.TdClassName
{
border-color: #008282;
}
.TagClassName
{
border-color: #008282;
}
</style>