Shades of Teal #008183
Tints of Teal #008183
RGB
CMYK
RGB Variations
Color information
#008183 (or 0x008183) is known color: Teal. HEX triplet: 00, 81 and 83. RGB value is (0,129,131). Sum of RGB (Red+Green+Blue) = 0+129+131=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #008183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008183 is #FF7E7C. Grayscale: #5A5A5A. Windows color (decimal): -16744061 or 8618240. OLE color: 8618240.
HSL color Cylindrical-coordinate representation of color #008183: hue angle of 180.92º 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 #008183 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 131 | - |
| CMYK | 1 | 0.02 | 0 | 0.49 |
| HSL | 180.92º | 1% | 0.26% | - |
| HSV(B) | 180.92º | 1% | 0.51% | - |
| XYZ | 11.95 | 17.34 | 24.19 | - |
| YUV | 90.66 | 150.76 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 131 | 1 | 0.02 | 0 | 0.49 | 180.92 | 1 | 0.26 |
| Hex | 0 | 81 | 83 | 64 | 2 | 0 | 31 | B5 | 64 | 1A |
| Octal | 0 | 201 | 203 | 144 | 2 | 0 | 61 | 265 | 144 | 32 |
| Binary | 0 | 10000001 | 10000011 | 1100100 | 10 | 0 | 110001 | 10110101 | 1100100 | 11010 |
Color Harmonies of #008183
Complementary color
Monochromatic Colors of #008183
Black with #008183
Text Example
Text Example
White with #008183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008183; }
p { color: rgb(0,129,131); }
H1.HeaderClassName
{
color: #008183;
}
.AnyTagClassName
{
color: #008183;
}
</style>
background-color css
<style>
a { background-color: #008183; }
a { background-color: rgb(0,129,131); }
div.DivClassName
{
background-color: #008183;
}
.BgClassName
{
background-color: #008183;
}
</style>
border-color css
<style>
span { border-color: #008183; }
span { border-color: rgb(0,129,131); }
td.TdClassName
{
border-color: #008183;
}
.TagClassName
{
border-color: #008183;
}
</style>