Shades of Teal #02748B
Tints of Teal #02748B
RGB
CMYK
RGB Variations
Color information
#02748B (or 0x02748B) is known color: Teal. HEX triplet: 02, 74 and 8B. RGB value is (2,116,139). Sum of RGB (Red+Green+Blue) = 2+116+139=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #02748B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02748B is #FD8B74. Grayscale: #545454. Windows color (decimal): -16616309 or 9139202. OLE color: 9139202.
HSL color Cylindrical-coordinate representation of color #02748B: hue angle of 190.07º 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 #02748B is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 116 | 139 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.45 |
| HSL | 190.07º | 0.97% | 0.28% | - |
| HSV(B) | 190.07º | 0.99% | 0.55% | - |
| XYZ | 10.93 | 14.37 | 26.62 | - |
| YUV | 84.54 | 158.73 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 116 | 139 | 0.99 | 0.17 | 0 | 0.45 | 190.07 | 0.97 | 0.28 |
| Hex | 2 | 74 | 8B | 63 | 11 | 0 | 2D | BE | 61 | 1C |
| Octal | 2 | 164 | 213 | 143 | 21 | 0 | 55 | 276 | 141 | 34 |
| Binary | 10 | 1110100 | 10001011 | 1100011 | 10001 | 0 | 101101 | 10111110 | 1100001 | 11100 |
Color Harmonies of #02748B
Complementary color
Monochromatic Colors of #02748B
Black with #02748B
Text Example
Text Example
White with #02748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02748B; }
p { color: rgb(2,116,139); }
H1.HeaderClassName
{
color: #02748B;
}
.AnyTagClassName
{
color: #02748B;
}
</style>
background-color css
<style>
a { background-color: #02748B; }
a { background-color: rgb(2,116,139); }
div.DivClassName
{
background-color: #02748B;
}
.BgClassName
{
background-color: #02748B;
}
</style>
border-color css
<style>
span { border-color: #02748B; }
span { border-color: rgb(2,116,139); }
td.TdClassName
{
border-color: #02748B;
}
.TagClassName
{
border-color: #02748B;
}
</style>