Shades of Teal #047587
Tints of Teal #047587
RGB
CMYK
RGB Variations
Color information
#047587 (or 0x047587) is known color: Teal. HEX triplet: 04, 75 and 87. RGB value is (4,117,135). Sum of RGB (Red+Green+Blue) = 4+117+135=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #047587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047587 is #FB8A78. Grayscale: #555555. Windows color (decimal): -16484985 or 8877316. OLE color: 8877316.
HSL color Cylindrical-coordinate representation of color #047587: hue angle of 188.24º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047587 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 117 | 135 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.47 |
| HSL | 188.24º | 0.94% | 0.27% | - |
| HSV(B) | 188.24º | 0.97% | 0.53% | - |
| XYZ | 10.78 | 14.5 | 25.15 | - |
| YUV | 85.27 | 156.06 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 135 | 0.97 | 0.13 | 0 | 0.47 | 188.24 | 0.94 | 0.27 |
| Hex | 4 | 75 | 87 | 61 | D | 0 | 2F | BC | 5E | 1B |
| Octal | 4 | 165 | 207 | 141 | 15 | 0 | 57 | 274 | 136 | 33 |
| Binary | 100 | 1110101 | 10000111 | 1100001 | 1101 | 0 | 101111 | 10111100 | 1011110 | 11011 |
Color Harmonies of #047587
Complementary color
Monochromatic Colors of #047587
Black with #047587
Text Example
Text Example
White with #047587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047587; }
p { color: rgb(4,117,135); }
H1.HeaderClassName
{
color: #047587;
}
.AnyTagClassName
{
color: #047587;
}
</style>
background-color css
<style>
a { background-color: #047587; }
a { background-color: rgb(4,117,135); }
div.DivClassName
{
background-color: #047587;
}
.BgClassName
{
background-color: #047587;
}
</style>
border-color css
<style>
span { border-color: #047587; }
span { border-color: rgb(4,117,135); }
td.TdClassName
{
border-color: #047587;
}
.TagClassName
{
border-color: #047587;
}
</style>