Shades of Teal #047686
Tints of Teal #047686
RGB
CMYK
RGB Variations
Color information
#047686 (or 0x047686) is known color: Teal. HEX triplet: 04, 76 and 86. RGB value is (4,118,134). Sum of RGB (Red+Green+Blue) = 4+118+134=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #047686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047686 is #FB8979. Grayscale: #555555. Windows color (decimal): -16484730 or 8812036. OLE color: 8812036.
HSL color Cylindrical-coordinate representation of color #047686: hue angle of 187.38º 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 #047686 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 118 | 134 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.47 |
| HSL | 187.38º | 0.94% | 0.27% | - |
| HSV(B) | 187.38º | 0.97% | 0.53% | - |
| XYZ | 10.83 | 14.7 | 24.82 | - |
| YUV | 85.74 | 155.23 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 134 | 0.97 | 0.12 | 0 | 0.47 | 187.38 | 0.94 | 0.27 |
| Hex | 4 | 76 | 86 | 61 | C | 0 | 2F | BB | 5E | 1B |
| Octal | 4 | 166 | 206 | 141 | 14 | 0 | 57 | 273 | 136 | 33 |
| Binary | 100 | 1110110 | 10000110 | 1100001 | 1100 | 0 | 101111 | 10111011 | 1011110 | 11011 |
Color Harmonies of #047686
Complementary color
Monochromatic Colors of #047686
Black with #047686
Text Example
Text Example
White with #047686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047686; }
p { color: rgb(4,118,134); }
H1.HeaderClassName
{
color: #047686;
}
.AnyTagClassName
{
color: #047686;
}
</style>
background-color css
<style>
a { background-color: #047686; }
a { background-color: rgb(4,118,134); }
div.DivClassName
{
background-color: #047686;
}
.BgClassName
{
background-color: #047686;
}
</style>
border-color css
<style>
span { border-color: #047686; }
span { border-color: rgb(4,118,134); }
td.TdClassName
{
border-color: #047686;
}
.TagClassName
{
border-color: #047686;
}
</style>