Shades of Teal #028080
Tints of Teal #028080
RGB
CMYK
RGB Variations
Color information
#028080 (or 0x028080) is known color: Teal. HEX triplet: 02, 80 and 80. RGB value is (2,128,128). Sum of RGB (Red+Green+Blue) = 2+128+128=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #028080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028080 is #FD7F7F. Grayscale: #5A5A5A. Windows color (decimal): -16613248 or 8421378. OLE color: 8421378.
HSL color Cylindrical-coordinate representation of color #028080: hue angle of 180º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028080 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 128 | 128 | - |
| CMYK | 0.98 | 0 | 0 | 0.50 |
| HSL | 180º | 0.97% | 0.25% | - |
| HSV(B) | 180º | 0.98% | 0.5% | - |
| XYZ | 11.64 | 17.01 | 23.09 | - |
| YUV | 90.33 | 149.26 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 128 | 0.98 | 0 | 0 | 0.50 | 180 | 0.97 | 0.25 |
| Hex | 2 | 80 | 80 | 62 | 0 | 0 | 32 | B4 | 61 | 19 |
| Octal | 2 | 200 | 200 | 142 | 0 | 0 | 62 | 264 | 141 | 31 |
| Binary | 10 | 10000000 | 10000000 | 1100010 | 0 | 0 | 110010 | 10110100 | 1100001 | 11001 |
Color Harmonies of #028080
Complementary color
Monochromatic Colors of #028080
Black with #028080
Text Example
Text Example
White with #028080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028080; }
p { color: rgb(2,128,128); }
H1.HeaderClassName
{
color: #028080;
}
.AnyTagClassName
{
color: #028080;
}
</style>
background-color css
<style>
a { background-color: #028080; }
a { background-color: rgb(2,128,128); }
div.DivClassName
{
background-color: #028080;
}
.BgClassName
{
background-color: #028080;
}
</style>
border-color css
<style>
span { border-color: #028080; }
span { border-color: rgb(2,128,128); }
td.TdClassName
{
border-color: #028080;
}
.TagClassName
{
border-color: #028080;
}
</style>