Shades of Teal #047C89
Tints of Teal #047C89
RGB
CMYK
RGB Variations
Color information
#047C89 (or 0x047C89) is known color: Teal. HEX triplet: 04, 7C and 89. RGB value is (4,124,137). Sum of RGB (Red+Green+Blue) = 4+124+137=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #047C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047C89 is #FB8376. Grayscale: #595959. Windows color (decimal): -16483191 or 9010180. OLE color: 9010180.
HSL color Cylindrical-coordinate representation of color #047C89: hue angle of 185.86º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047C89 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 124 | 137 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.46 |
| HSL | 185.86º | 0.94% | 0.28% | - |
| HSV(B) | 185.86º | 0.97% | 0.54% | - |
| XYZ | 11.77 | 16.25 | 26.18 | - |
| YUV | 89.6 | 154.74 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 137 | 0.97 | 0.09 | 0 | 0.46 | 185.86 | 0.94 | 0.28 |
| Hex | 4 | 7C | 89 | 61 | 9 | 0 | 2E | BA | 5E | 1C |
| Octal | 4 | 174 | 211 | 141 | 11 | 0 | 56 | 272 | 136 | 34 |
| Binary | 100 | 1111100 | 10001001 | 1100001 | 1001 | 0 | 101110 | 10111010 | 1011110 | 11100 |
Color Harmonies of #047C89
Complementary color
Monochromatic Colors of #047C89
Black with #047C89
Text Example
Text Example
White with #047C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047C89; }
p { color: rgb(4,124,137); }
H1.HeaderClassName
{
color: #047C89;
}
.AnyTagClassName
{
color: #047C89;
}
</style>
background-color css
<style>
a { background-color: #047C89; }
a { background-color: rgb(4,124,137); }
div.DivClassName
{
background-color: #047C89;
}
.BgClassName
{
background-color: #047C89;
}
</style>
border-color css
<style>
span { border-color: #047C89; }
span { border-color: rgb(4,124,137); }
td.TdClassName
{
border-color: #047C89;
}
.TagClassName
{
border-color: #047C89;
}
</style>