Shades of Teal #02758E
Tints of Teal #02758E
RGB
CMYK
RGB Variations
Color information
#02758E (or 0x02758E) is known color: Teal. HEX triplet: 02, 75 and 8E. RGB value is (2,117,142). Sum of RGB (Red+Green+Blue) = 2+117+142=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #02758E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02758E is #FD8A71. Grayscale: #555555. Windows color (decimal): -16616050 or 9336066. OLE color: 9336066.
HSL color Cylindrical-coordinate representation of color #02758E: hue angle of 190.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02758E is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 117 | 142 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.44 |
| HSL | 190.71º | 0.97% | 0.28% | - |
| HSV(B) | 190.71º | 0.99% | 0.56% | - |
| XYZ | 11.27 | 14.69 | 27.83 | - |
| YUV | 85.47 | 159.9 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 117 | 142 | 0.99 | 0.18 | 0 | 0.44 | 190.71 | 0.97 | 0.28 |
| Hex | 2 | 75 | 8E | 63 | 12 | 0 | 2C | BF | 61 | 1C |
| Octal | 2 | 165 | 216 | 143 | 22 | 0 | 54 | 277 | 141 | 34 |
| Binary | 10 | 1110101 | 10001110 | 1100011 | 10010 | 0 | 101100 | 10111111 | 1100001 | 11100 |
Color Harmonies of #02758E
Complementary color
Monochromatic Colors of #02758E
Black with #02758E
Text Example
Text Example
White with #02758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02758E; }
p { color: rgb(2,117,142); }
H1.HeaderClassName
{
color: #02758E;
}
.AnyTagClassName
{
color: #02758E;
}
</style>
background-color css
<style>
a { background-color: #02758E; }
a { background-color: rgb(2,117,142); }
div.DivClassName
{
background-color: #02758E;
}
.BgClassName
{
background-color: #02758E;
}
</style>
border-color css
<style>
span { border-color: #02758E; }
span { border-color: rgb(2,117,142); }
td.TdClassName
{
border-color: #02758E;
}
.TagClassName
{
border-color: #02758E;
}
</style>