Shades of Teal #02748D
Tints of Teal #02748D
RGB
CMYK
RGB Variations
Color information
#02748D (or 0x02748D) is known color: Teal. HEX triplet: 02, 74 and 8D. RGB value is (2,116,141). Sum of RGB (Red+Green+Blue) = 2+116+141=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #02748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02748D is #FD8B72. Grayscale: #545454. Windows color (decimal): -16616307 or 9270274. OLE color: 9270274.
HSL color Cylindrical-coordinate representation of color #02748D: hue angle of 190.79º 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 #02748D is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 116 | 141 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.45 |
| HSL | 190.79º | 0.97% | 0.28% | - |
| HSV(B) | 190.79º | 0.99% | 0.55% | - |
| XYZ | 11.08 | 14.43 | 27.4 | - |
| YUV | 84.76 | 159.73 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 116 | 141 | 0.99 | 0.18 | 0 | 0.45 | 190.79 | 0.97 | 0.28 |
| Hex | 2 | 74 | 8D | 63 | 12 | 0 | 2D | BF | 61 | 1C |
| Octal | 2 | 164 | 215 | 143 | 22 | 0 | 55 | 277 | 141 | 34 |
| Binary | 10 | 1110100 | 10001101 | 1100011 | 10010 | 0 | 101101 | 10111111 | 1100001 | 11100 |
Color Harmonies of #02748D
Complementary color
Monochromatic Colors of #02748D
Black with #02748D
Text Example
Text Example
White with #02748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02748D; }
p { color: rgb(2,116,141); }
H1.HeaderClassName
{
color: #02748D;
}
.AnyTagClassName
{
color: #02748D;
}
</style>
background-color css
<style>
a { background-color: #02748D; }
a { background-color: rgb(2,116,141); }
div.DivClassName
{
background-color: #02748D;
}
.BgClassName
{
background-color: #02748D;
}
</style>
border-color css
<style>
span { border-color: #02748D; }
span { border-color: rgb(2,116,141); }
td.TdClassName
{
border-color: #02748D;
}
.TagClassName
{
border-color: #02748D;
}
</style>