Shades of Teal #04758D
Tints of Teal #04758D
RGB
CMYK
RGB Variations
Color information
#04758D (or 0x04758D) is known color: Teal. HEX triplet: 04, 75 and 8D. RGB value is (4,117,141). Sum of RGB (Red+Green+Blue) = 4+117+141=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #04758D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04758D is #FB8A72. Grayscale: #555555. Windows color (decimal): -16484979 or 9270532. OLE color: 9270532.
HSL color Cylindrical-coordinate representation of color #04758D: hue angle of 190.51º 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 #04758D is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 117 | 141 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.45 |
| HSL | 190.51º | 0.94% | 0.28% | - |
| HSV(B) | 190.51º | 0.97% | 0.55% | - |
| XYZ | 11.22 | 14.67 | 27.44 | - |
| YUV | 85.95 | 159.06 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 141 | 0.97 | 0.17 | 0 | 0.45 | 190.51 | 0.94 | 0.28 |
| Hex | 4 | 75 | 8D | 61 | 11 | 0 | 2D | BF | 5E | 1C |
| Octal | 4 | 165 | 215 | 141 | 21 | 0 | 55 | 277 | 136 | 34 |
| Binary | 100 | 1110101 | 10001101 | 1100001 | 10001 | 0 | 101101 | 10111111 | 1011110 | 11100 |
Color Harmonies of #04758D
Complementary color
Monochromatic Colors of #04758D
Black with #04758D
Text Example
Text Example
White with #04758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04758D; }
p { color: rgb(4,117,141); }
H1.HeaderClassName
{
color: #04758D;
}
.AnyTagClassName
{
color: #04758D;
}
</style>
background-color css
<style>
a { background-color: #04758D; }
a { background-color: rgb(4,117,141); }
div.DivClassName
{
background-color: #04758D;
}
.BgClassName
{
background-color: #04758D;
}
</style>
border-color css
<style>
span { border-color: #04758D; }
span { border-color: rgb(4,117,141); }
td.TdClassName
{
border-color: #04758D;
}
.TagClassName
{
border-color: #04758D;
}
</style>