Shades of Teal #04788C
Tints of Teal #04788C
RGB
CMYK
RGB Variations
Color information
#04788C (or 0x04788C) is known color: Teal. HEX triplet: 04, 78 and 8C. RGB value is (4,120,140). Sum of RGB (Red+Green+Blue) = 4+120+140=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #04788C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04788C is #FB8773. Grayscale: #575757. Windows color (decimal): -16484212 or 9205764. OLE color: 9205764.
HSL color Cylindrical-coordinate representation of color #04788C: hue angle of 188.82º 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 #04788C is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 120 | 140 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.45 |
| HSL | 188.82º | 0.94% | 0.28% | - |
| HSV(B) | 188.82º | 0.97% | 0.55% | - |
| XYZ | 11.5 | 15.35 | 27.17 | - |
| YUV | 87.6 | 157.57 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 120 | 140 | 0.97 | 0.14 | 0 | 0.45 | 188.82 | 0.94 | 0.28 |
| Hex | 4 | 78 | 8C | 61 | E | 0 | 2D | BD | 5E | 1C |
| Octal | 4 | 170 | 214 | 141 | 16 | 0 | 55 | 275 | 136 | 34 |
| Binary | 100 | 1111000 | 10001100 | 1100001 | 1110 | 0 | 101101 | 10111101 | 1011110 | 11100 |
Color Harmonies of #04788C
Complementary color
Monochromatic Colors of #04788C
Black with #04788C
Text Example
Text Example
White with #04788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04788C; }
p { color: rgb(4,120,140); }
H1.HeaderClassName
{
color: #04788C;
}
.AnyTagClassName
{
color: #04788C;
}
</style>
background-color css
<style>
a { background-color: #04788C; }
a { background-color: rgb(4,120,140); }
div.DivClassName
{
background-color: #04788C;
}
.BgClassName
{
background-color: #04788C;
}
</style>
border-color css
<style>
span { border-color: #04788C; }
span { border-color: rgb(4,120,140); }
td.TdClassName
{
border-color: #04788C;
}
.TagClassName
{
border-color: #04788C;
}
</style>