Shades of Teal #04708B
Tints of Teal #04708B
RGB
CMYK
RGB Variations
Color information
#04708B (or 0x04708B) is known color: Teal. HEX triplet: 04, 70 and 8B. RGB value is (4,112,139). Sum of RGB (Red+Green+Blue) = 4+112+139=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #04708B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04708B is #FB8F74. Grayscale: #525252. Windows color (decimal): -16486261 or 9138180. OLE color: 9138180.
HSL color Cylindrical-coordinate representation of color #04708B: hue angle of 192º 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 #04708B is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 112 | 139 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.45 |
| HSL | 192º | 0.94% | 0.28% | - |
| HSV(B) | 192º | 0.97% | 0.55% | - |
| XYZ | 10.5 | 13.48 | 26.47 | - |
| YUV | 82.79 | 159.72 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 139 | 0.97 | 0.19 | 0 | 0.45 | 192 | 0.94 | 0.28 |
| Hex | 4 | 70 | 8B | 61 | 13 | 0 | 2D | C0 | 5E | 1C |
| Octal | 4 | 160 | 213 | 141 | 23 | 0 | 55 | 300 | 136 | 34 |
| Binary | 100 | 1110000 | 10001011 | 1100001 | 10011 | 0 | 101101 | 11000000 | 1011110 | 11100 |
Color Harmonies of #04708B
Complementary color
Monochromatic Colors of #04708B
Black with #04708B
Text Example
Text Example
White with #04708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04708B; }
p { color: rgb(4,112,139); }
H1.HeaderClassName
{
color: #04708B;
}
.AnyTagClassName
{
color: #04708B;
}
</style>
background-color css
<style>
a { background-color: #04708B; }
a { background-color: rgb(4,112,139); }
div.DivClassName
{
background-color: #04708B;
}
.BgClassName
{
background-color: #04708B;
}
</style>
border-color css
<style>
span { border-color: #04708B; }
span { border-color: rgb(4,112,139); }
td.TdClassName
{
border-color: #04708B;
}
.TagClassName
{
border-color: #04708B;
}
</style>