Shades of Teal #047D8C
Tints of Teal #047D8C
RGB
CMYK
RGB Variations
Color information
#047D8C (or 0x047D8C) is known color: Teal. HEX triplet: 04, 7D and 8C. RGB value is (4,125,140). Sum of RGB (Red+Green+Blue) = 4+125+140=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #047D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047D8C is #FB8273. Grayscale: #5A5A5A. Windows color (decimal): -16482932 or 9207044. OLE color: 9207044.
HSL color Cylindrical-coordinate representation of color #047D8C: hue angle of 186.62º 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 #047D8C is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 125 | 140 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.45 |
| HSL | 186.62º | 0.94% | 0.28% | - |
| HSV(B) | 186.62º | 0.97% | 0.55% | - |
| XYZ | 12.12 | 16.59 | 27.37 | - |
| YUV | 90.53 | 155.91 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 140 | 0.97 | 0.11 | 0 | 0.45 | 186.62 | 0.94 | 0.28 |
| Hex | 4 | 7D | 8C | 61 | B | 0 | 2D | BB | 5E | 1C |
| Octal | 4 | 175 | 214 | 141 | 13 | 0 | 55 | 273 | 136 | 34 |
| Binary | 100 | 1111101 | 10001100 | 1100001 | 1011 | 0 | 101101 | 10111011 | 1011110 | 11100 |
Color Harmonies of #047D8C
Complementary color
Monochromatic Colors of #047D8C
Black with #047D8C
Text Example
Text Example
White with #047D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047D8C; }
p { color: rgb(4,125,140); }
H1.HeaderClassName
{
color: #047D8C;
}
.AnyTagClassName
{
color: #047D8C;
}
</style>
background-color css
<style>
a { background-color: #047D8C; }
a { background-color: rgb(4,125,140); }
div.DivClassName
{
background-color: #047D8C;
}
.BgClassName
{
background-color: #047D8C;
}
</style>
border-color css
<style>
span { border-color: #047D8C; }
span { border-color: rgb(4,125,140); }
td.TdClassName
{
border-color: #047D8C;
}
.TagClassName
{
border-color: #047D8C;
}
</style>