Shades of Teal #047C84
Tints of Teal #047C84
RGB
CMYK
RGB Variations
Color information
#047C84 (or 0x047C84) is known color: Teal. HEX triplet: 04, 7C and 84. RGB value is (4,124,132). Sum of RGB (Red+Green+Blue) = 4+124+132=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #047C84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047C84 is #FB837B. Grayscale: #585858. Windows color (decimal): -16483196 or 8682500. OLE color: 8682500.
HSL color Cylindrical-coordinate representation of color #047C84: hue angle of 183.75º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047C84 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 124 | 132 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.48 |
| HSL | 183.75º | 0.94% | 0.27% | - |
| HSV(B) | 183.75º | 0.97% | 0.52% | - |
| XYZ | 11.42 | 16.11 | 24.34 | - |
| YUV | 89.03 | 152.24 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 132 | 0.97 | 0.06 | 0 | 0.48 | 183.75 | 0.94 | 0.27 |
| Hex | 4 | 7C | 84 | 61 | 6 | 0 | 30 | B8 | 5E | 1B |
| Octal | 4 | 174 | 204 | 141 | 6 | 0 | 60 | 270 | 136 | 33 |
| Binary | 100 | 1111100 | 10000100 | 1100001 | 110 | 0 | 110000 | 10111000 | 1011110 | 11011 |
Color Harmonies of #047C84
Complementary color
Monochromatic Colors of #047C84
Black with #047C84
Text Example
Text Example
White with #047C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047C84; }
p { color: rgb(4,124,132); }
H1.HeaderClassName
{
color: #047C84;
}
.AnyTagClassName
{
color: #047C84;
}
</style>
background-color css
<style>
a { background-color: #047C84; }
a { background-color: rgb(4,124,132); }
div.DivClassName
{
background-color: #047C84;
}
.BgClassName
{
background-color: #047C84;
}
</style>
border-color css
<style>
span { border-color: #047C84; }
span { border-color: rgb(4,124,132); }
td.TdClassName
{
border-color: #047C84;
}
.TagClassName
{
border-color: #047C84;
}
</style>