Shades of Teal #02708C
Tints of Teal #02708C
RGB
CMYK
RGB Variations
Color information
#02708C (or 0x02708C) is known color: Teal. HEX triplet: 02, 70 and 8C. RGB value is (2,112,140). Sum of RGB (Red+Green+Blue) = 2+112+140=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #02708C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02708C is #FD8F73. Grayscale: #525252. Windows color (decimal): -16617332 or 9203714. OLE color: 9203714.
HSL color Cylindrical-coordinate representation of color #02708C: hue angle of 192.17º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02708C is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 112 | 140 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.45 |
| HSL | 192.17º | 0.97% | 0.28% | - |
| HSV(B) | 192.17º | 0.99% | 0.55% | - |
| XYZ | 10.55 | 13.49 | 26.86 | - |
| YUV | 82.3 | 160.56 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 140 | 0.99 | 0.20 | 0 | 0.45 | 192.17 | 0.97 | 0.28 |
| Hex | 2 | 70 | 8C | 63 | 14 | 0 | 2D | C0 | 61 | 1C |
| Octal | 2 | 160 | 214 | 143 | 24 | 0 | 55 | 300 | 141 | 34 |
| Binary | 10 | 1110000 | 10001100 | 1100011 | 10100 | 0 | 101101 | 11000000 | 1100001 | 11100 |
Color Harmonies of #02708C
Complementary color
Monochromatic Colors of #02708C
Black with #02708C
Text Example
Text Example
White with #02708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02708C; }
p { color: rgb(2,112,140); }
H1.HeaderClassName
{
color: #02708C;
}
.AnyTagClassName
{
color: #02708C;
}
</style>
background-color css
<style>
a { background-color: #02708C; }
a { background-color: rgb(2,112,140); }
div.DivClassName
{
background-color: #02708C;
}
.BgClassName
{
background-color: #02708C;
}
</style>
border-color css
<style>
span { border-color: #02708C; }
span { border-color: rgb(2,112,140); }
td.TdClassName
{
border-color: #02708C;
}
.TagClassName
{
border-color: #02708C;
}
</style>