Shades of Teal #04727F
Tints of Teal #04727F
RGB
CMYK
RGB Variations
Color information
#04727F (or 0x04727F) is known color: Teal. HEX triplet: 04, 72 and 7F. RGB value is (4,114,127). Sum of RGB (Red+Green+Blue) = 4+114+127=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #04727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04727F is #FB8D80. Grayscale: #525252. Windows color (decimal): -16485761 or 8352260. OLE color: 8352260.
HSL color Cylindrical-coordinate representation of color #04727F: hue angle of 186.34º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04727F is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 114 | 127 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.50 |
| HSL | 186.34º | 0.94% | 0.26% | - |
| HSV(B) | 186.34º | 0.97% | 0.5% | - |
| XYZ | 9.9 | 13.59 | 22.18 | - |
| YUV | 82.59 | 153.06 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 127 | 0.97 | 0.10 | 0 | 0.50 | 186.34 | 0.94 | 0.26 |
| Hex | 4 | 72 | 7F | 61 | A | 0 | 32 | BA | 5E | 1A |
| Octal | 4 | 162 | 177 | 141 | 12 | 0 | 62 | 272 | 136 | 32 |
| Binary | 100 | 1110010 | 1111111 | 1100001 | 1010 | 0 | 110010 | 10111010 | 1011110 | 11010 |
Color Harmonies of #04727F
Complementary color
Monochromatic Colors of #04727F
Black with #04727F
Text Example
Text Example
White with #04727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04727F; }
p { color: rgb(4,114,127); }
H1.HeaderClassName
{
color: #04727F;
}
.AnyTagClassName
{
color: #04727F;
}
</style>
background-color css
<style>
a { background-color: #04727F; }
a { background-color: rgb(4,114,127); }
div.DivClassName
{
background-color: #04727F;
}
.BgClassName
{
background-color: #04727F;
}
</style>
border-color css
<style>
span { border-color: #04727F; }
span { border-color: rgb(4,114,127); }
td.TdClassName
{
border-color: #04727F;
}
.TagClassName
{
border-color: #04727F;
}
</style>