Shades of Teal #02877A
Tints of Teal #02877A
RGB
CMYK
RGB Variations
Color information
#02877A (or 0x02877A) is known color: Teal. HEX triplet: 02, 87 and 7A. RGB value is (2,135,122). Sum of RGB (Red+Green+Blue) = 2+135+122=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #02877A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02877A is #FD7885. Grayscale: #5D5D5D. Windows color (decimal): -16611462 or 8029954. OLE color: 8029954.
HSL color Cylindrical-coordinate representation of color #02877A: hue angle of 174.14º 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 #02877A is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 135 | 122 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.47 |
| HSL | 174.14º | 0.97% | 0.27% | - |
| HSV(B) | 174.14º | 0.99% | 0.53% | - |
| XYZ | 12.2 | 18.75 | 21.39 | - |
| YUV | 93.75 | 143.94 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 135 | 122 | 0.99 | 0 | 0.10 | 0.47 | 174.14 | 0.97 | 0.27 |
| Hex | 2 | 87 | 7A | 63 | 0 | A | 2F | AE | 61 | 1B |
| Octal | 2 | 207 | 172 | 143 | 0 | 12 | 57 | 256 | 141 | 33 |
| Binary | 10 | 10000111 | 1111010 | 1100011 | 0 | 1010 | 101111 | 10101110 | 1100001 | 11011 |
Color Harmonies of #02877A
Complementary color
Monochromatic Colors of #02877A
Black with #02877A
Text Example
Text Example
White with #02877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02877A; }
p { color: rgb(2,135,122); }
H1.HeaderClassName
{
color: #02877A;
}
.AnyTagClassName
{
color: #02877A;
}
</style>
background-color css
<style>
a { background-color: #02877A; }
a { background-color: rgb(2,135,122); }
div.DivClassName
{
background-color: #02877A;
}
.BgClassName
{
background-color: #02877A;
}
</style>
border-color css
<style>
span { border-color: #02877A; }
span { border-color: rgb(2,135,122); }
td.TdClassName
{
border-color: #02877A;
}
.TagClassName
{
border-color: #02877A;
}
</style>