Shades of Teal #04728B
Tints of Teal #04728B
RGB
CMYK
RGB Variations
Color information
#04728B (or 0x04728B) is known color: Teal. HEX triplet: 04, 72 and 8B. RGB value is (4,114,139). Sum of RGB (Red+Green+Blue) = 4+114+139=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #04728B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04728B is #FB8D74. Grayscale: #535353. Windows color (decimal): -16485749 or 9138692. OLE color: 9138692.
HSL color Cylindrical-coordinate representation of color #04728B: hue angle of 191.11º 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 #04728B is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 114 | 139 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.45 |
| HSL | 191.11º | 0.94% | 0.28% | - |
| HSV(B) | 191.11º | 0.97% | 0.55% | - |
| XYZ | 10.73 | 13.92 | 26.55 | - |
| YUV | 83.96 | 159.06 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 139 | 0.97 | 0.18 | 0 | 0.45 | 191.11 | 0.94 | 0.28 |
| Hex | 4 | 72 | 8B | 61 | 12 | 0 | 2D | BF | 5E | 1C |
| Octal | 4 | 162 | 213 | 141 | 22 | 0 | 55 | 277 | 136 | 34 |
| Binary | 100 | 1110010 | 10001011 | 1100001 | 10010 | 0 | 101101 | 10111111 | 1011110 | 11100 |
Color Harmonies of #04728B
Complementary color
Monochromatic Colors of #04728B
Black with #04728B
Text Example
Text Example
White with #04728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04728B; }
p { color: rgb(4,114,139); }
H1.HeaderClassName
{
color: #04728B;
}
.AnyTagClassName
{
color: #04728B;
}
</style>
background-color css
<style>
a { background-color: #04728B; }
a { background-color: rgb(4,114,139); }
div.DivClassName
{
background-color: #04728B;
}
.BgClassName
{
background-color: #04728B;
}
</style>
border-color css
<style>
span { border-color: #04728B; }
span { border-color: rgb(4,114,139); }
td.TdClassName
{
border-color: #04728B;
}
.TagClassName
{
border-color: #04728B;
}
</style>