Shades of Teal #028880
Tints of Teal #028880
RGB
CMYK
RGB Variations
Color information
#028880 (or 0x028880) is known color: Teal. HEX triplet: 02, 88 and 80. RGB value is (2,136,128). Sum of RGB (Red+Green+Blue) = 2+136+128=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #028880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028880 is #FD777F. Grayscale: #5E5E5E. Windows color (decimal): -16611200 or 8423426. OLE color: 8423426.
HSL color Cylindrical-coordinate representation of color #028880: hue angle of 176.42º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028880 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 136 | 128 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.47 |
| HSL | 176.42º | 0.97% | 0.27% | - |
| HSV(B) | 176.42º | 0.99% | 0.53% | - |
| XYZ | 12.73 | 19.18 | 23.45 | - |
| YUV | 95.02 | 146.61 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 128 | 0.99 | 0 | 0.06 | 0.47 | 176.42 | 0.97 | 0.27 |
| Hex | 2 | 88 | 80 | 63 | 0 | 6 | 2F | B0 | 61 | 1B |
| Octal | 2 | 210 | 200 | 143 | 0 | 6 | 57 | 260 | 141 | 33 |
| Binary | 10 | 10001000 | 10000000 | 1100011 | 0 | 110 | 101111 | 10110000 | 1100001 | 11011 |
Color Harmonies of #028880
Complementary color
Monochromatic Colors of #028880
Black with #028880
Text Example
Text Example
White with #028880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028880; }
p { color: rgb(2,136,128); }
H1.HeaderClassName
{
color: #028880;
}
.AnyTagClassName
{
color: #028880;
}
</style>
background-color css
<style>
a { background-color: #028880; }
a { background-color: rgb(2,136,128); }
div.DivClassName
{
background-color: #028880;
}
.BgClassName
{
background-color: #028880;
}
</style>
border-color css
<style>
span { border-color: #028880; }
span { border-color: rgb(2,136,128); }
td.TdClassName
{
border-color: #028880;
}
.TagClassName
{
border-color: #028880;
}
</style>