Shades of Teal #047F7C
Tints of Teal #047F7C
RGB
CMYK
RGB Variations
Color information
#047F7C (or 0x047F7C) is known color: Teal. HEX triplet: 04, 7F and 7C. RGB value is (4,127,124). Sum of RGB (Red+Green+Blue) = 4+127+124=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #047F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047F7C is #FB8083. Grayscale: #595959. Windows color (decimal): -16482436 or 8158980. OLE color: 8158980.
HSL color Cylindrical-coordinate representation of color #047F7C: hue angle of 178.54º 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 #047F7C is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 127 | 124 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.50 |
| HSL | 178.54º | 0.94% | 0.26% | - |
| HSV(B) | 178.54º | 0.97% | 0.5% | - |
| XYZ | 11.28 | 16.66 | 21.69 | - |
| YUV | 89.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 124 | 0.97 | 0 | 0.02 | 0.50 | 178.54 | 0.94 | 0.26 |
| Hex | 4 | 7F | 7C | 61 | 0 | 2 | 32 | B3 | 5E | 1A |
| Octal | 4 | 177 | 174 | 141 | 0 | 2 | 62 | 263 | 136 | 32 |
| Binary | 100 | 1111111 | 1111100 | 1100001 | 0 | 10 | 110010 | 10110011 | 1011110 | 11010 |
Color Harmonies of #047F7C
Complementary color
Monochromatic Colors of #047F7C
Black with #047F7C
Text Example
Text Example
White with #047F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047F7C; }
p { color: rgb(4,127,124); }
H1.HeaderClassName
{
color: #047F7C;
}
.AnyTagClassName
{
color: #047F7C;
}
</style>
background-color css
<style>
a { background-color: #047F7C; }
a { background-color: rgb(4,127,124); }
div.DivClassName
{
background-color: #047F7C;
}
.BgClassName
{
background-color: #047F7C;
}
</style>
border-color css
<style>
span { border-color: #047F7C; }
span { border-color: rgb(4,127,124); }
td.TdClassName
{
border-color: #047F7C;
}
.TagClassName
{
border-color: #047F7C;
}
</style>