Shades of Teal #008083
Tints of Teal #008083
RGB
CMYK
RGB Variations
Color information
#008083 (or 0x008083) is known color: Teal. HEX triplet: 00, 80 and 83. RGB value is (0,128,131). Sum of RGB (Red+Green+Blue) = 0+128+131=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #008083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008083 is #FF7F7C. Grayscale: #595959. Windows color (decimal): -16744317 or 8617984. OLE color: 8617984.
HSL color Cylindrical-coordinate representation of color #008083: hue angle of 181.37º 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 #008083 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
RGB | 0 | 128 | 131 | - |
CMYK | 1 | 0.02 | 0 | 0.49 |
HSL | 181.37º | 1% | 0.26% | - |
HSV(B) | 181.37º | 1% | 0.51% | - |
XYZ | 11.82 | 17.08 | 24.15 | - |
YUV | 90.07 | 151.09 | 63.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 128 | 131 | 1 | 0.02 | 0 | 0.49 | 181.37 | 1 | 0.26 |
Hex | 0 | 80 | 83 | 64 | 2 | 0 | 31 | B5 | 64 | 1A |
Octal | 0 | 200 | 203 | 144 | 2 | 0 | 61 | 265 | 144 | 32 |
Binary | 0 | 10000000 | 10000011 | 1100100 | 10 | 0 | 110001 | 10110101 | 1100100 | 11010 |
Color Harmonies of #008083
Complementary color
Monochromatic Colors of #008083
Black with #008083
Text Example
Text Example
White with #008083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008083; }
p { color: rgb(0,128,131); }
H1.HeaderClassName
{
color: #008083;
}
.AnyTagClassName
{
color: #008083;
}
</style>
background-color css
<style>
a { background-color: #008083; }
a { background-color: rgb(0,128,131); }
div.DivClassName
{
background-color: #008083;
}
.BgClassName
{
background-color: #008083;
}
</style>
border-color css
<style>
span { border-color: #008083; }
span { border-color: rgb(0,128,131); }
td.TdClassName
{
border-color: #008083;
}
.TagClassName
{
border-color: #008083;
}
</style>