Shades of Teal #008184
Tints of Teal #008184
RGB
CMYK
RGB Variations
Color information
#008184 (or 0x008184) is known color: Teal. HEX triplet: 00, 81 and 84. RGB value is (0,129,132). Sum of RGB (Red+Green+Blue) = 0+129+132=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #008184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008184 is #FF7E7B. Grayscale: #5A5A5A. Windows color (decimal): -16744060 or 8683776. OLE color: 8683776.
HSL color Cylindrical-coordinate representation of color #008184: hue angle of 181.36º 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 #008184 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 129 | 132 | - |
| CMYK | 1 | 0.02 | 0 | 0.48 |
| HSL | 181.36º | 1% | 0.26% | - |
| HSV(B) | 181.36º | 1% | 0.52% | - |
| XYZ | 12.02 | 17.37 | 24.55 | - |
| YUV | 90.77 | 151.26 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 132 | 1 | 0.02 | 0 | 0.48 | 181.36 | 1 | 0.26 |
| Hex | 0 | 81 | 84 | 64 | 2 | 0 | 30 | B5 | 64 | 1A |
| Octal | 0 | 201 | 204 | 144 | 2 | 0 | 60 | 265 | 144 | 32 |
| Binary | 0 | 10000001 | 10000100 | 1100100 | 10 | 0 | 110000 | 10110101 | 1100100 | 11010 |
Color Harmonies of #008184
Complementary color
Monochromatic Colors of #008184
Black with #008184
Text Example
Text Example
White with #008184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008184; }
p { color: rgb(0,129,132); }
H1.HeaderClassName
{
color: #008184;
}
.AnyTagClassName
{
color: #008184;
}
</style>
background-color css
<style>
a { background-color: #008184; }
a { background-color: rgb(0,129,132); }
div.DivClassName
{
background-color: #008184;
}
.BgClassName
{
background-color: #008184;
}
</style>
border-color css
<style>
span { border-color: #008184; }
span { border-color: rgb(0,129,132); }
td.TdClassName
{
border-color: #008184;
}
.TagClassName
{
border-color: #008184;
}
</style>