Shades of Teal #047A8B
Tints of Teal #047A8B
RGB
CMYK
RGB Variations
Color information
#047A8B (or 0x047A8B) is known color: Teal. HEX triplet: 04, 7A and 8B. RGB value is (4,122,139). Sum of RGB (Red+Green+Blue) = 4+122+139=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #047A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047A8B is #FB8574. Grayscale: #585858. Windows color (decimal): -16483701 or 9140740. OLE color: 9140740.
HSL color Cylindrical-coordinate representation of color #047A8B: hue angle of 187.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047A8B is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 122 | 139 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.45 |
| HSL | 187.56º | 0.94% | 0.28% | - |
| HSV(B) | 187.56º | 0.97% | 0.55% | - |
| XYZ | 11.67 | 15.81 | 26.86 | - |
| YUV | 88.66 | 156.41 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 139 | 0.97 | 0.12 | 0 | 0.45 | 187.56 | 0.94 | 0.28 |
| Hex | 4 | 7A | 8B | 61 | C | 0 | 2D | BC | 5E | 1C |
| Octal | 4 | 172 | 213 | 141 | 14 | 0 | 55 | 274 | 136 | 34 |
| Binary | 100 | 1111010 | 10001011 | 1100001 | 1100 | 0 | 101101 | 10111100 | 1011110 | 11100 |
Color Harmonies of #047A8B
Complementary color
Monochromatic Colors of #047A8B
Black with #047A8B
Text Example
Text Example
White with #047A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A8B; }
p { color: rgb(4,122,139); }
H1.HeaderClassName
{
color: #047A8B;
}
.AnyTagClassName
{
color: #047A8B;
}
</style>
background-color css
<style>
a { background-color: #047A8B; }
a { background-color: rgb(4,122,139); }
div.DivClassName
{
background-color: #047A8B;
}
.BgClassName
{
background-color: #047A8B;
}
</style>
border-color css
<style>
span { border-color: #047A8B; }
span { border-color: rgb(4,122,139); }
td.TdClassName
{
border-color: #047A8B;
}
.TagClassName
{
border-color: #047A8B;
}
</style>