Shades of Teal #02817C
Tints of Teal #02817C
RGB
CMYK
RGB Variations
Color information
#02817C (or 0x02817C) is known color: Teal. HEX triplet: 02, 81 and 7C. RGB value is (2,129,124). Sum of RGB (Red+Green+Blue) = 2+129+124=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #02817C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02817C is #FD7E83. Grayscale: #5A5A5A. Windows color (decimal): -16612996 or 8159490. OLE color: 8159490.
HSL color Cylindrical-coordinate representation of color #02817C: hue angle of 177.64º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02817C is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 129 | 124 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.49 |
| HSL | 177.64º | 0.97% | 0.26% | - |
| HSV(B) | 177.64º | 0.98% | 0.51% | - |
| XYZ | 11.51 | 17.17 | 21.78 | - |
| YUV | 90.46 | 146.92 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 124 | 0.98 | 0 | 0.04 | 0.49 | 177.64 | 0.97 | 0.26 |
| Hex | 2 | 81 | 7C | 62 | 0 | 4 | 31 | B2 | 61 | 1A |
| Octal | 2 | 201 | 174 | 142 | 0 | 4 | 61 | 262 | 141 | 32 |
| Binary | 10 | 10000001 | 1111100 | 1100010 | 0 | 100 | 110001 | 10110010 | 1100001 | 11010 |
Color Harmonies of #02817C
Complementary color
Monochromatic Colors of #02817C
Black with #02817C
Text Example
Text Example
White with #02817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02817C; }
p { color: rgb(2,129,124); }
H1.HeaderClassName
{
color: #02817C;
}
.AnyTagClassName
{
color: #02817C;
}
</style>
background-color css
<style>
a { background-color: #02817C; }
a { background-color: rgb(2,129,124); }
div.DivClassName
{
background-color: #02817C;
}
.BgClassName
{
background-color: #02817C;
}
</style>
border-color css
<style>
span { border-color: #02817C; }
span { border-color: rgb(2,129,124); }
td.TdClassName
{
border-color: #02817C;
}
.TagClassName
{
border-color: #02817C;
}
</style>