Shades of Teal #047A89
Tints of Teal #047A89
RGB
CMYK
RGB Variations
Color information
#047A89 (or 0x047A89) is known color: Teal. HEX triplet: 04, 7A and 89. RGB value is (4,122,137). Sum of RGB (Red+Green+Blue) = 4+122+137=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #047A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047A89 is #FB8576. Grayscale: #585858. Windows color (decimal): -16483703 or 9009668. OLE color: 9009668.
HSL color Cylindrical-coordinate representation of color #047A89: hue angle of 186.77º 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 #047A89 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 122 | 137 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.46 |
| HSL | 186.77º | 0.94% | 0.28% | - |
| HSV(B) | 186.77º | 0.97% | 0.54% | - |
| XYZ | 11.52 | 15.75 | 26.1 | - |
| YUV | 88.43 | 155.41 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 137 | 0.97 | 0.11 | 0 | 0.46 | 186.77 | 0.94 | 0.28 |
| Hex | 4 | 7A | 89 | 61 | B | 0 | 2E | BB | 5E | 1C |
| Octal | 4 | 172 | 211 | 141 | 13 | 0 | 56 | 273 | 136 | 34 |
| Binary | 100 | 1111010 | 10001001 | 1100001 | 1011 | 0 | 101110 | 10111011 | 1011110 | 11100 |
Color Harmonies of #047A89
Complementary color
Monochromatic Colors of #047A89
Black with #047A89
Text Example
Text Example
White with #047A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A89; }
p { color: rgb(4,122,137); }
H1.HeaderClassName
{
color: #047A89;
}
.AnyTagClassName
{
color: #047A89;
}
</style>
background-color css
<style>
a { background-color: #047A89; }
a { background-color: rgb(4,122,137); }
div.DivClassName
{
background-color: #047A89;
}
.BgClassName
{
background-color: #047A89;
}
</style>
border-color css
<style>
span { border-color: #047A89; }
span { border-color: rgb(4,122,137); }
td.TdClassName
{
border-color: #047A89;
}
.TagClassName
{
border-color: #047A89;
}
</style>