Shades of Teal #047B86
Tints of Teal #047B86
RGB
CMYK
RGB Variations
Color information
#047B86 (or 0x047B86) is known color: Teal. HEX triplet: 04, 7B and 86. RGB value is (4,123,134). Sum of RGB (Red+Green+Blue) = 4+123+134=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #047B86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047B86 is #FB8479. Grayscale: #585858. Windows color (decimal): -16483450 or 8813316. OLE color: 8813316.
HSL color Cylindrical-coordinate representation of color #047B86: hue angle of 185.08º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047B86 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 123 | 134 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.47 |
| HSL | 185.08º | 0.94% | 0.27% | - |
| HSV(B) | 185.08º | 0.97% | 0.53% | - |
| XYZ | 11.44 | 15.91 | 25.02 | - |
| YUV | 88.67 | 153.58 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 134 | 0.97 | 0.08 | 0 | 0.47 | 185.08 | 0.94 | 0.27 |
| Hex | 4 | 7B | 86 | 61 | 8 | 0 | 2F | B9 | 5E | 1B |
| Octal | 4 | 173 | 206 | 141 | 10 | 0 | 57 | 271 | 136 | 33 |
| Binary | 100 | 1111011 | 10000110 | 1100001 | 1000 | 0 | 101111 | 10111001 | 1011110 | 11011 |
Color Harmonies of #047B86
Complementary color
Monochromatic Colors of #047B86
Black with #047B86
Text Example
Text Example
White with #047B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047B86; }
p { color: rgb(4,123,134); }
H1.HeaderClassName
{
color: #047B86;
}
.AnyTagClassName
{
color: #047B86;
}
</style>
background-color css
<style>
a { background-color: #047B86; }
a { background-color: rgb(4,123,134); }
div.DivClassName
{
background-color: #047B86;
}
.BgClassName
{
background-color: #047B86;
}
</style>
border-color css
<style>
span { border-color: #047B86; }
span { border-color: rgb(4,123,134); }
td.TdClassName
{
border-color: #047B86;
}
.TagClassName
{
border-color: #047B86;
}
</style>