Shades of Teal #04847A
Tints of Teal #04847A
RGB
CMYK
RGB Variations
Color information
#04847A (or 0x04847A) is known color: Teal. HEX triplet: 04, 84 and 7A. RGB value is (4,132,122). Sum of RGB (Red+Green+Blue) = 4+132+122=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #04847A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04847A is #FB7B85. Grayscale: #5C5C5C. Windows color (decimal): -16481158 or 8029188. OLE color: 8029188.
HSL color Cylindrical-coordinate representation of color #04847A: hue angle of 175.31º 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 #04847A is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 132 | 122 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.48 |
| HSL | 175.31º | 0.94% | 0.27% | - |
| HSV(B) | 175.31º | 0.97% | 0.52% | - |
| XYZ | 11.81 | 17.93 | 21.25 | - |
| YUV | 92.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 132 | 122 | 0.97 | 0 | 0.08 | 0.48 | 175.31 | 0.94 | 0.27 |
| Hex | 4 | 84 | 7A | 61 | 0 | 8 | 30 | AF | 5E | 1B |
| Octal | 4 | 204 | 172 | 141 | 0 | 10 | 60 | 257 | 136 | 33 |
| Binary | 100 | 10000100 | 1111010 | 1100001 | 0 | 1000 | 110000 | 10101111 | 1011110 | 11011 |
Color Harmonies of #04847A
Complementary color
Monochromatic Colors of #04847A
Black with #04847A
Text Example
Text Example
White with #04847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04847A; }
p { color: rgb(4,132,122); }
H1.HeaderClassName
{
color: #04847A;
}
.AnyTagClassName
{
color: #04847A;
}
</style>
background-color css
<style>
a { background-color: #04847A; }
a { background-color: rgb(4,132,122); }
div.DivClassName
{
background-color: #04847A;
}
.BgClassName
{
background-color: #04847A;
}
</style>
border-color css
<style>
span { border-color: #04847A; }
span { border-color: rgb(4,132,122); }
td.TdClassName
{
border-color: #04847A;
}
.TagClassName
{
border-color: #04847A;
}
</style>