Shades of Teal #028679
Tints of Teal #028679
RGB
CMYK
RGB Variations
Color information
#028679 (or 0x028679) is known color: Teal. HEX triplet: 02, 86 and 79. RGB value is (2,134,121). Sum of RGB (Red+Green+Blue) = 2+134+121=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #028679 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028679 is #FD7986. Grayscale: #5C5C5C. Windows color (decimal): -16611719 or 7964162. OLE color: 7964162.
HSL color Cylindrical-coordinate representation of color #028679: hue angle of 174.09º 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 #028679 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 134 | 121 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.47 |
| HSL | 174.09º | 0.97% | 0.27% | - |
| HSV(B) | 174.09º | 0.99% | 0.53% | - |
| XYZ | 12 | 18.44 | 21.02 | - |
| YUV | 93.05 | 143.77 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 121 | 0.99 | 0 | 0.10 | 0.47 | 174.09 | 0.97 | 0.27 |
| Hex | 2 | 86 | 79 | 63 | 0 | A | 2F | AE | 61 | 1B |
| Octal | 2 | 206 | 171 | 143 | 0 | 12 | 57 | 256 | 141 | 33 |
| Binary | 10 | 10000110 | 1111001 | 1100011 | 0 | 1010 | 101111 | 10101110 | 1100001 | 11011 |
Color Harmonies of #028679
Complementary color
Monochromatic Colors of #028679
Black with #028679
Text Example
Text Example
White with #028679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028679; }
p { color: rgb(2,134,121); }
H1.HeaderClassName
{
color: #028679;
}
.AnyTagClassName
{
color: #028679;
}
</style>
background-color css
<style>
a { background-color: #028679; }
a { background-color: rgb(2,134,121); }
div.DivClassName
{
background-color: #028679;
}
.BgClassName
{
background-color: #028679;
}
</style>
border-color css
<style>
span { border-color: #028679; }
span { border-color: rgb(2,134,121); }
td.TdClassName
{
border-color: #028679;
}
.TagClassName
{
border-color: #028679;
}
</style>