Shades of Teal #047A8A
Tints of Teal #047A8A
RGB
CMYK
RGB Variations
Color information
#047A8A (or 0x047A8A) is known color: Teal. HEX triplet: 04, 7A and 8A. RGB value is (4,122,138). Sum of RGB (Red+Green+Blue) = 4+122+138=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #047A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047A8A is #FB8575. Grayscale: #585858. Windows color (decimal): -16483702 or 9075204. OLE color: 9075204.
HSL color Cylindrical-coordinate representation of color #047A8A: hue angle of 187.16º 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 #047A8A is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 122 | 138 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.46 |
| HSL | 187.16º | 0.94% | 0.28% | - |
| HSV(B) | 187.16º | 0.97% | 0.54% | - |
| XYZ | 11.6 | 15.78 | 26.48 | - |
| YUV | 88.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 138 | 0.97 | 0.12 | 0 | 0.46 | 187.16 | 0.94 | 0.28 |
| Hex | 4 | 7A | 8A | 61 | C | 0 | 2E | BB | 5E | 1C |
| Octal | 4 | 172 | 212 | 141 | 14 | 0 | 56 | 273 | 136 | 34 |
| Binary | 100 | 1111010 | 10001010 | 1100001 | 1100 | 0 | 101110 | 10111011 | 1011110 | 11100 |
Color Harmonies of #047A8A
Complementary color
Monochromatic Colors of #047A8A
Black with #047A8A
Text Example
Text Example
White with #047A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A8A; }
p { color: rgb(4,122,138); }
H1.HeaderClassName
{
color: #047A8A;
}
.AnyTagClassName
{
color: #047A8A;
}
</style>
background-color css
<style>
a { background-color: #047A8A; }
a { background-color: rgb(4,122,138); }
div.DivClassName
{
background-color: #047A8A;
}
.BgClassName
{
background-color: #047A8A;
}
</style>
border-color css
<style>
span { border-color: #047A8A; }
span { border-color: rgb(4,122,138); }
td.TdClassName
{
border-color: #047A8A;
}
.TagClassName
{
border-color: #047A8A;
}
</style>