Shades of Teal #047D8B
Tints of Teal #047D8B
RGB
CMYK
RGB Variations
Color information
#047D8B (or 0x047D8B) is known color: Teal. HEX triplet: 04, 7D and 8B. RGB value is (4,125,139). Sum of RGB (Red+Green+Blue) = 4+125+139=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #047D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047D8B is #FB8274. Grayscale: #5A5A5A. Windows color (decimal): -16482933 or 9141508. OLE color: 9141508.
HSL color Cylindrical-coordinate representation of color #047D8B: hue angle of 186.22º 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 #047D8B is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 125 | 139 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.45 |
| HSL | 186.22º | 0.94% | 0.28% | - |
| HSV(B) | 186.22º | 0.97% | 0.55% | - |
| XYZ | 12.04 | 16.56 | 26.99 | - |
| YUV | 90.42 | 155.41 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 139 | 0.97 | 0.10 | 0 | 0.45 | 186.22 | 0.94 | 0.28 |
| Hex | 4 | 7D | 8B | 61 | A | 0 | 2D | BA | 5E | 1C |
| Octal | 4 | 175 | 213 | 141 | 12 | 0 | 55 | 272 | 136 | 34 |
| Binary | 100 | 1111101 | 10001011 | 1100001 | 1010 | 0 | 101101 | 10111010 | 1011110 | 11100 |
Color Harmonies of #047D8B
Complementary color
Monochromatic Colors of #047D8B
Black with #047D8B
Text Example
Text Example
White with #047D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047D8B; }
p { color: rgb(4,125,139); }
H1.HeaderClassName
{
color: #047D8B;
}
.AnyTagClassName
{
color: #047D8B;
}
</style>
background-color css
<style>
a { background-color: #047D8B; }
a { background-color: rgb(4,125,139); }
div.DivClassName
{
background-color: #047D8B;
}
.BgClassName
{
background-color: #047D8B;
}
</style>
border-color css
<style>
span { border-color: #047D8B; }
span { border-color: rgb(4,125,139); }
td.TdClassName
{
border-color: #047D8B;
}
.TagClassName
{
border-color: #047D8B;
}
</style>