Shades of Teal #047C8D
Tints of Teal #047C8D
RGB
CMYK
RGB Variations
Color information
#047C8D (or 0x047C8D) is known color: Teal. HEX triplet: 04, 7C and 8D. RGB value is (4,124,141). Sum of RGB (Red+Green+Blue) = 4+124+141=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #047C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047C8D is #FB8372. Grayscale: #595959. Windows color (decimal): -16483187 or 9272324. OLE color: 9272324.
HSL color Cylindrical-coordinate representation of color #047C8D: hue angle of 187.45º 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 #047C8D is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 124 | 141 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.45 |
| HSL | 187.45º | 0.94% | 0.28% | - |
| HSV(B) | 187.45º | 0.97% | 0.55% | - |
| XYZ | 12.07 | 16.36 | 27.72 | - |
| YUV | 90.06 | 156.74 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 141 | 0.97 | 0.12 | 0 | 0.45 | 187.45 | 0.94 | 0.28 |
| Hex | 4 | 7C | 8D | 61 | C | 0 | 2D | BB | 5E | 1C |
| Octal | 4 | 174 | 215 | 141 | 14 | 0 | 55 | 273 | 136 | 34 |
| Binary | 100 | 1111100 | 10001101 | 1100001 | 1100 | 0 | 101101 | 10111011 | 1011110 | 11100 |
Color Harmonies of #047C8D
Complementary color
Monochromatic Colors of #047C8D
Black with #047C8D
Text Example
Text Example
White with #047C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047C8D; }
p { color: rgb(4,124,141); }
H1.HeaderClassName
{
color: #047C8D;
}
.AnyTagClassName
{
color: #047C8D;
}
</style>
background-color css
<style>
a { background-color: #047C8D; }
a { background-color: rgb(4,124,141); }
div.DivClassName
{
background-color: #047C8D;
}
.BgClassName
{
background-color: #047C8D;
}
</style>
border-color css
<style>
span { border-color: #047C8D; }
span { border-color: rgb(4,124,141); }
td.TdClassName
{
border-color: #047C8D;
}
.TagClassName
{
border-color: #047C8D;
}
</style>