Shades of Teal #047582
Tints of Teal #047582
RGB
CMYK
RGB Variations
Color information
#047582 (or 0x047582) is known color: Teal. HEX triplet: 04, 75 and 82. RGB value is (4,117,130). Sum of RGB (Red+Green+Blue) = 4+117+130=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #047582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047582 is #FB8A7D. Grayscale: #545454. Windows color (decimal): -16484990 or 8549636. OLE color: 8549636.
HSL color Cylindrical-coordinate representation of color #047582: hue angle of 186.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047582 is Cyan = 0.97, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 117 | 130 | - |
| CMYK | 0.97 | 0.1 | 0 | 0.49 |
| HSL | 186.19º | 0.94% | 0.26% | - |
| HSV(B) | 186.19º | 0.97% | 0.51% | - |
| XYZ | 10.44 | 14.36 | 23.34 | - |
| YUV | 84.7 | 153.56 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 130 | 0.97 | 0.1 | 0 | 0.49 | 186.19 | 0.94 | 0.26 |
| Hex | 4 | 75 | 82 | 61 | A | 0 | 31 | BA | 5E | 1A |
| Octal | 4 | 165 | 202 | 141 | 12 | 0 | 61 | 272 | 136 | 32 |
| Binary | 100 | 1110101 | 10000010 | 1100001 | 1010 | 0 | 110001 | 10111010 | 1011110 | 11010 |
Color Harmonies of #047582
Complementary color
Monochromatic Colors of #047582
Black with #047582
Text Example
Text Example
White with #047582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047582; }
p { color: rgb(4,117,130); }
H1.HeaderClassName
{
color: #047582;
}
.AnyTagClassName
{
color: #047582;
}
</style>
background-color css
<style>
a { background-color: #047582; }
a { background-color: rgb(4,117,130); }
div.DivClassName
{
background-color: #047582;
}
.BgClassName
{
background-color: #047582;
}
</style>
border-color css
<style>
span { border-color: #047582; }
span { border-color: rgb(4,117,130); }
td.TdClassName
{
border-color: #047582;
}
.TagClassName
{
border-color: #047582;
}
</style>