Shades of Teal #04768D
Tints of Teal #04768D
RGB
CMYK
RGB Variations
Color information
#04768D (or 0x04768D) is known color: Teal. HEX triplet: 04, 76 and 8D. RGB value is (4,118,141). Sum of RGB (Red+Green+Blue) = 4+118+141=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #04768D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04768D is #FB8972. Grayscale: #565656. Windows color (decimal): -16484723 or 9270788. OLE color: 9270788.
HSL color Cylindrical-coordinate representation of color #04768D: hue angle of 190.07º 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 #04768D is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 118 | 141 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.45 |
| HSL | 190.07º | 0.94% | 0.28% | - |
| HSV(B) | 190.07º | 0.97% | 0.55% | - |
| XYZ | 11.34 | 14.91 | 27.48 | - |
| YUV | 86.54 | 158.73 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 141 | 0.97 | 0.16 | 0 | 0.45 | 190.07 | 0.94 | 0.28 |
| Hex | 4 | 76 | 8D | 61 | 10 | 0 | 2D | BE | 5E | 1C |
| Octal | 4 | 166 | 215 | 141 | 20 | 0 | 55 | 276 | 136 | 34 |
| Binary | 100 | 1110110 | 10001101 | 1100001 | 10000 | 0 | 101101 | 10111110 | 1011110 | 11100 |
Color Harmonies of #04768D
Complementary color
Monochromatic Colors of #04768D
Black with #04768D
Text Example
Text Example
White with #04768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04768D; }
p { color: rgb(4,118,141); }
H1.HeaderClassName
{
color: #04768D;
}
.AnyTagClassName
{
color: #04768D;
}
</style>
background-color css
<style>
a { background-color: #04768D; }
a { background-color: rgb(4,118,141); }
div.DivClassName
{
background-color: #04768D;
}
.BgClassName
{
background-color: #04768D;
}
</style>
border-color css
<style>
span { border-color: #04768D; }
span { border-color: rgb(4,118,141); }
td.TdClassName
{
border-color: #04768D;
}
.TagClassName
{
border-color: #04768D;
}
</style>