Shades of Teal #008189
Tints of Teal #008189
RGB
CMYK
RGB Variations
Color information
#008189 (or 0x008189) is known color: Teal. HEX triplet: 00, 81 and 89. RGB value is (0,129,137). Sum of RGB (Red+Green+Blue) = 0+129+137=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #008189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008189 is #FF7E76. Grayscale: #5B5B5B. Windows color (decimal): -16744055 or 9011456. OLE color: 9011456.
HSL color Cylindrical-coordinate representation of color #008189: hue angle of 183.5º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008189 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 129 | 137 | - |
| CMYK | 1 | 0.06 | 0 | 0.46 |
| HSL | 183.5º | 1% | 0.27% | - |
| HSV(B) | 183.5º | 1% | 0.54% | - |
| XYZ | 12.37 | 17.51 | 26.39 | - |
| YUV | 91.34 | 153.76 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 137 | 1 | 0.06 | 0 | 0.46 | 183.5 | 1 | 0.27 |
| Hex | 0 | 81 | 89 | 64 | 6 | 0 | 2E | B8 | 64 | 1B |
| Octal | 0 | 201 | 211 | 144 | 6 | 0 | 56 | 270 | 144 | 33 |
| Binary | 0 | 10000001 | 10001001 | 1100100 | 110 | 0 | 101110 | 10111000 | 1100100 | 11011 |
Color Harmonies of #008189
Complementary color
Monochromatic Colors of #008189
Black with #008189
Text Example
Text Example
White with #008189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008189; }
p { color: rgb(0,129,137); }
H1.HeaderClassName
{
color: #008189;
}
.AnyTagClassName
{
color: #008189;
}
</style>
background-color css
<style>
a { background-color: #008189; }
a { background-color: rgb(0,129,137); }
div.DivClassName
{
background-color: #008189;
}
.BgClassName
{
background-color: #008189;
}
</style>
border-color css
<style>
span { border-color: #008189; }
span { border-color: rgb(0,129,137); }
td.TdClassName
{
border-color: #008189;
}
.TagClassName
{
border-color: #008189;
}
</style>