Shades of Teal #04798B
Tints of Teal #04798B
RGB
CMYK
RGB Variations
Color information
#04798B (or 0x04798B) is known color: Teal. HEX triplet: 04, 79 and 8B. RGB value is (4,121,139). Sum of RGB (Red+Green+Blue) = 4+121+139=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #04798B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04798B is #FB8674. Grayscale: #575757. Windows color (decimal): -16483957 or 9140484. OLE color: 9140484.
HSL color Cylindrical-coordinate representation of color #04798B: hue angle of 188º 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 #04798B is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 121 | 139 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.45 |
| HSL | 188º | 0.94% | 0.28% | - |
| HSV(B) | 188º | 0.97% | 0.55% | - |
| XYZ | 11.55 | 15.56 | 26.82 | - |
| YUV | 88.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 121 | 139 | 0.97 | 0.13 | 0 | 0.45 | 188 | 0.94 | 0.28 |
| Hex | 4 | 79 | 8B | 61 | D | 0 | 2D | BC | 5E | 1C |
| Octal | 4 | 171 | 213 | 141 | 15 | 0 | 55 | 274 | 136 | 34 |
| Binary | 100 | 1111001 | 10001011 | 1100001 | 1101 | 0 | 101101 | 10111100 | 1011110 | 11100 |
Color Harmonies of #04798B
Complementary color
Monochromatic Colors of #04798B
Black with #04798B
Text Example
Text Example
White with #04798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04798B; }
p { color: rgb(4,121,139); }
H1.HeaderClassName
{
color: #04798B;
}
.AnyTagClassName
{
color: #04798B;
}
</style>
background-color css
<style>
a { background-color: #04798B; }
a { background-color: rgb(4,121,139); }
div.DivClassName
{
background-color: #04798B;
}
.BgClassName
{
background-color: #04798B;
}
</style>
border-color css
<style>
span { border-color: #04798B; }
span { border-color: rgb(4,121,139); }
td.TdClassName
{
border-color: #04798B;
}
.TagClassName
{
border-color: #04798B;
}
</style>