Shades of Teal #04788D
Tints of Teal #04788D
RGB
CMYK
RGB Variations
Color information
#04788D (or 0x04788D) is known color: Teal. HEX triplet: 04, 78 and 8D. RGB value is (4,120,141). Sum of RGB (Red+Green+Blue) = 4+120+141=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #04788D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04788D is #FB8772. Grayscale: #575757. Windows color (decimal): -16484211 or 9271300. OLE color: 9271300.
HSL color Cylindrical-coordinate representation of color #04788D: hue angle of 189.2º 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 #04788D is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 120 | 141 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.45 |
| HSL | 189.2º | 0.94% | 0.28% | - |
| HSV(B) | 189.2º | 0.97% | 0.55% | - |
| XYZ | 11.57 | 15.38 | 27.56 | - |
| YUV | 87.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 120 | 141 | 0.97 | 0.15 | 0 | 0.45 | 189.2 | 0.94 | 0.28 |
| Hex | 4 | 78 | 8D | 61 | F | 0 | 2D | BD | 5E | 1C |
| Octal | 4 | 170 | 215 | 141 | 17 | 0 | 55 | 275 | 136 | 34 |
| Binary | 100 | 1111000 | 10001101 | 1100001 | 1111 | 0 | 101101 | 10111101 | 1011110 | 11100 |
Color Harmonies of #04788D
Complementary color
Monochromatic Colors of #04788D
Black with #04788D
Text Example
Text Example
White with #04788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04788D; }
p { color: rgb(4,120,141); }
H1.HeaderClassName
{
color: #04788D;
}
.AnyTagClassName
{
color: #04788D;
}
</style>
background-color css
<style>
a { background-color: #04788D; }
a { background-color: rgb(4,120,141); }
div.DivClassName
{
background-color: #04788D;
}
.BgClassName
{
background-color: #04788D;
}
</style>
border-color css
<style>
span { border-color: #04788D; }
span { border-color: rgb(4,120,141); }
td.TdClassName
{
border-color: #04788D;
}
.TagClassName
{
border-color: #04788D;
}
</style>