Shades of Teal #028089
Tints of Teal #028089
RGB
CMYK
RGB Variations
Color information
#028089 (or 0x028089) is known color: Teal. HEX triplet: 02, 80 and 89. RGB value is (2,128,137). Sum of RGB (Red+Green+Blue) = 2+128+137=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #028089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028089 is #FD7F76. Grayscale: #5B5B5B. Windows color (decimal): -16613239 or 9011202. OLE color: 9011202.
HSL color Cylindrical-coordinate representation of color #028089: hue angle of 184º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028089 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 128 | 137 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.46 |
| HSL | 184º | 0.97% | 0.27% | - |
| HSV(B) | 184º | 0.99% | 0.54% | - |
| XYZ | 12.26 | 17.26 | 26.35 | - |
| YUV | 91.35 | 153.76 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 137 | 0.99 | 0.07 | 0 | 0.46 | 184 | 0.97 | 0.27 |
| Hex | 2 | 80 | 89 | 63 | 7 | 0 | 2E | B8 | 61 | 1B |
| Octal | 2 | 200 | 211 | 143 | 7 | 0 | 56 | 270 | 141 | 33 |
| Binary | 10 | 10000000 | 10001001 | 1100011 | 111 | 0 | 101110 | 10111000 | 1100001 | 11011 |
Color Harmonies of #028089
Complementary color
Monochromatic Colors of #028089
Black with #028089
Text Example
Text Example
White with #028089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028089; }
p { color: rgb(2,128,137); }
H1.HeaderClassName
{
color: #028089;
}
.AnyTagClassName
{
color: #028089;
}
</style>
background-color css
<style>
a { background-color: #028089; }
a { background-color: rgb(2,128,137); }
div.DivClassName
{
background-color: #028089;
}
.BgClassName
{
background-color: #028089;
}
</style>
border-color css
<style>
span { border-color: #028089; }
span { border-color: rgb(2,128,137); }
td.TdClassName
{
border-color: #028089;
}
.TagClassName
{
border-color: #028089;
}
</style>