Shades of Teal #04798D
Tints of Teal #04798D
RGB
CMYK
RGB Variations
Color information
#04798D (or 0x04798D) is known color: Teal. HEX triplet: 04, 79 and 8D. RGB value is (4,121,141). Sum of RGB (Red+Green+Blue) = 4+121+141=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #04798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04798D is #FB8672. Grayscale: #585858. Windows color (decimal): -16483955 or 9271556. OLE color: 9271556.
HSL color Cylindrical-coordinate representation of color #04798D: hue angle of 188.76º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04798D is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 121 | 141 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.45 |
| HSL | 188.76º | 0.94% | 0.28% | - |
| HSV(B) | 188.76º | 0.97% | 0.55% | - |
| XYZ | 11.7 | 15.62 | 27.6 | - |
| YUV | 88.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 121 | 141 | 0.97 | 0.14 | 0 | 0.45 | 188.76 | 0.94 | 0.28 |
| Hex | 4 | 79 | 8D | 61 | E | 0 | 2D | BD | 5E | 1C |
| Octal | 4 | 171 | 215 | 141 | 16 | 0 | 55 | 275 | 136 | 34 |
| Binary | 100 | 1111001 | 10001101 | 1100001 | 1110 | 0 | 101101 | 10111101 | 1011110 | 11100 |
Color Harmonies of #04798D
Complementary color
Monochromatic Colors of #04798D
Black with #04798D
Text Example
Text Example
White with #04798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04798D; }
p { color: rgb(4,121,141); }
H1.HeaderClassName
{
color: #04798D;
}
.AnyTagClassName
{
color: #04798D;
}
</style>
background-color css
<style>
a { background-color: #04798D; }
a { background-color: rgb(4,121,141); }
div.DivClassName
{
background-color: #04798D;
}
.BgClassName
{
background-color: #04798D;
}
</style>
border-color css
<style>
span { border-color: #04798D; }
span { border-color: rgb(4,121,141); }
td.TdClassName
{
border-color: #04798D;
}
.TagClassName
{
border-color: #04798D;
}
</style>