Shades of Teal #008580
Tints of Teal #008580
RGB
CMYK
RGB Variations
Color information
#008580 (or 0x008580) is known color: Teal. HEX triplet: 00, 85 and 80. RGB value is (0,133,128). Sum of RGB (Red+Green+Blue) = 0+133+128=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #008580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008580 is #FF7A7F. Grayscale: #5C5C5C. Windows color (decimal): -16743040 or 8422656. OLE color: 8422656.
HSL color Cylindrical-coordinate representation of color #008580: hue angle of 177.74º 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 #008580 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 128 | - |
| CMYK | 1 | 0 | 0.04 | 0.48 |
| HSL | 177.74º | 1% | 0.26% | - |
| HSV(B) | 177.74º | 1% | 0.52% | - |
| XYZ | 12.28 | 18.33 | 23.31 | - |
| YUV | 92.66 | 147.94 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 128 | 1 | 0 | 0.04 | 0.48 | 177.74 | 1 | 0.26 |
| Hex | 0 | 85 | 80 | 64 | 0 | 4 | 30 | B2 | 64 | 1A |
| Octal | 0 | 205 | 200 | 144 | 0 | 4 | 60 | 262 | 144 | 32 |
| Binary | 0 | 10000101 | 10000000 | 1100100 | 0 | 100 | 110000 | 10110010 | 1100100 | 11010 |
Color Harmonies of #008580
Complementary color
Monochromatic Colors of #008580
Black with #008580
Text Example
Text Example
White with #008580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008580; }
p { color: rgb(0,133,128); }
H1.HeaderClassName
{
color: #008580;
}
.AnyTagClassName
{
color: #008580;
}
</style>
background-color css
<style>
a { background-color: #008580; }
a { background-color: rgb(0,133,128); }
div.DivClassName
{
background-color: #008580;
}
.BgClassName
{
background-color: #008580;
}
</style>
border-color css
<style>
span { border-color: #008580; }
span { border-color: rgb(0,133,128); }
td.TdClassName
{
border-color: #008580;
}
.TagClassName
{
border-color: #008580;
}
</style>