Shades of Teal #047685
Tints of Teal #047685
RGB
CMYK
RGB Variations
Color information
#047685 (or 0x047685) is known color: Teal. HEX triplet: 04, 76 and 85. RGB value is (4,118,133). Sum of RGB (Red+Green+Blue) = 4+118+133=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #047685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047685 is #FB897A. Grayscale: #555555. Windows color (decimal): -16484731 or 8746500. OLE color: 8746500.
HSL color Cylindrical-coordinate representation of color #047685: hue angle of 186.98º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047685 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 118 | 133 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.48 |
| HSL | 186.98º | 0.94% | 0.27% | - |
| HSV(B) | 186.98º | 0.97% | 0.52% | - |
| XYZ | 10.76 | 14.68 | 24.46 | - |
| YUV | 85.62 | 154.73 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 133 | 0.97 | 0.11 | 0 | 0.48 | 186.98 | 0.94 | 0.27 |
| Hex | 4 | 76 | 85 | 61 | B | 0 | 30 | BB | 5E | 1B |
| Octal | 4 | 166 | 205 | 141 | 13 | 0 | 60 | 273 | 136 | 33 |
| Binary | 100 | 1110110 | 10000101 | 1100001 | 1011 | 0 | 110000 | 10111011 | 1011110 | 11011 |
Color Harmonies of #047685
Complementary color
Monochromatic Colors of #047685
Black with #047685
Text Example
Text Example
White with #047685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047685; }
p { color: rgb(4,118,133); }
H1.HeaderClassName
{
color: #047685;
}
.AnyTagClassName
{
color: #047685;
}
</style>
background-color css
<style>
a { background-color: #047685; }
a { background-color: rgb(4,118,133); }
div.DivClassName
{
background-color: #047685;
}
.BgClassName
{
background-color: #047685;
}
</style>
border-color css
<style>
span { border-color: #047685; }
span { border-color: rgb(4,118,133); }
td.TdClassName
{
border-color: #047685;
}
.TagClassName
{
border-color: #047685;
}
</style>