Shades of Teal #047E8A
Tints of Teal #047E8A
RGB
CMYK
RGB Variations
Color information
#047E8A (or 0x047E8A) is known color: Teal. HEX triplet: 04, 7E and 8A. RGB value is (4,126,138). Sum of RGB (Red+Green+Blue) = 4+126+138=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #047E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047E8A is #FB8175. Grayscale: #5A5A5A. Windows color (decimal): -16482678 or 9076228. OLE color: 9076228.
HSL color Cylindrical-coordinate representation of color #047E8A: hue angle of 185.37º 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 #047E8A is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 126 | 138 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.46 |
| HSL | 185.37º | 0.94% | 0.28% | - |
| HSV(B) | 185.37º | 0.97% | 0.54% | - |
| XYZ | 12.1 | 16.78 | 26.65 | - |
| YUV | 90.89 | 154.58 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 126 | 138 | 0.97 | 0.09 | 0 | 0.46 | 185.37 | 0.94 | 0.28 |
| Hex | 4 | 7E | 8A | 61 | 9 | 0 | 2E | B9 | 5E | 1C |
| Octal | 4 | 176 | 212 | 141 | 11 | 0 | 56 | 271 | 136 | 34 |
| Binary | 100 | 1111110 | 10001010 | 1100001 | 1001 | 0 | 101110 | 10111001 | 1011110 | 11100 |
Color Harmonies of #047E8A
Complementary color
Monochromatic Colors of #047E8A
Black with #047E8A
Text Example
Text Example
White with #047E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047E8A; }
p { color: rgb(4,126,138); }
H1.HeaderClassName
{
color: #047E8A;
}
.AnyTagClassName
{
color: #047E8A;
}
</style>
background-color css
<style>
a { background-color: #047E8A; }
a { background-color: rgb(4,126,138); }
div.DivClassName
{
background-color: #047E8A;
}
.BgClassName
{
background-color: #047E8A;
}
</style>
border-color css
<style>
span { border-color: #047E8A; }
span { border-color: rgb(4,126,138); }
td.TdClassName
{
border-color: #047E8A;
}
.TagClassName
{
border-color: #047E8A;
}
</style>