Shades of Teal #047586
Tints of Teal #047586
RGB
CMYK
RGB Variations
Color information
#047586 (or 0x047586) is known color: Teal. HEX triplet: 04, 75 and 86. RGB value is (4,117,134). Sum of RGB (Red+Green+Blue) = 4+117+134=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #047586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047586 is #FB8A79. Grayscale: #545454. Windows color (decimal): -16484986 or 8811780. OLE color: 8811780.
HSL color Cylindrical-coordinate representation of color #047586: hue angle of 187.85º 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 #047586 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 117 | 134 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.47 |
| HSL | 187.85º | 0.94% | 0.27% | - |
| HSV(B) | 187.85º | 0.97% | 0.53% | - |
| XYZ | 10.71 | 14.47 | 24.78 | - |
| YUV | 85.15 | 155.56 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 134 | 0.97 | 0.13 | 0 | 0.47 | 187.85 | 0.94 | 0.27 |
| Hex | 4 | 75 | 86 | 61 | D | 0 | 2F | BC | 5E | 1B |
| Octal | 4 | 165 | 206 | 141 | 15 | 0 | 57 | 274 | 136 | 33 |
| Binary | 100 | 1110101 | 10000110 | 1100001 | 1101 | 0 | 101111 | 10111100 | 1011110 | 11011 |
Color Harmonies of #047586
Complementary color
Monochromatic Colors of #047586
Black with #047586
Text Example
Text Example
White with #047586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047586; }
p { color: rgb(4,117,134); }
H1.HeaderClassName
{
color: #047586;
}
.AnyTagClassName
{
color: #047586;
}
</style>
background-color css
<style>
a { background-color: #047586; }
a { background-color: rgb(4,117,134); }
div.DivClassName
{
background-color: #047586;
}
.BgClassName
{
background-color: #047586;
}
</style>
border-color css
<style>
span { border-color: #047586; }
span { border-color: rgb(4,117,134); }
td.TdClassName
{
border-color: #047586;
}
.TagClassName
{
border-color: #047586;
}
</style>