Shades of Teal #008185
Tints of Teal #008185
RGB
CMYK
RGB Variations
Color information
#008185 (or 0x008185) is known color: Teal. HEX triplet: 00, 81 and 85. RGB value is (0,129,133). Sum of RGB (Red+Green+Blue) = 0+129+133=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #008185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008185 is #FF7E7A. Grayscale: #5A5A5A. Windows color (decimal): -16744059 or 8749312. OLE color: 8749312.
HSL color Cylindrical-coordinate representation of color #008185: hue angle of 181.8º 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 #008185 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 129 | 133 | - |
| CMYK | 1 | 0.03 | 0 | 0.48 |
| HSL | 181.8º | 1% | 0.26% | - |
| HSV(B) | 181.8º | 1% | 0.52% | - |
| XYZ | 12.08 | 17.39 | 24.91 | - |
| YUV | 90.89 | 151.76 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 133 | 1 | 0.03 | 0 | 0.48 | 181.8 | 1 | 0.26 |
| Hex | 0 | 81 | 85 | 64 | 3 | 0 | 30 | B6 | 64 | 1A |
| Octal | 0 | 201 | 205 | 144 | 3 | 0 | 60 | 266 | 144 | 32 |
| Binary | 0 | 10000001 | 10000101 | 1100100 | 11 | 0 | 110000 | 10110110 | 1100100 | 11010 |
Color Harmonies of #008185
Complementary color
Monochromatic Colors of #008185
Black with #008185
Text Example
Text Example
White with #008185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008185; }
p { color: rgb(0,129,133); }
H1.HeaderClassName
{
color: #008185;
}
.AnyTagClassName
{
color: #008185;
}
</style>
background-color css
<style>
a { background-color: #008185; }
a { background-color: rgb(0,129,133); }
div.DivClassName
{
background-color: #008185;
}
.BgClassName
{
background-color: #008185;
}
</style>
border-color css
<style>
span { border-color: #008185; }
span { border-color: rgb(0,129,133); }
td.TdClassName
{
border-color: #008185;
}
.TagClassName
{
border-color: #008185;
}
</style>