Shades of Teal #047588
Tints of Teal #047588
RGB
CMYK
RGB Variations
Color information
#047588 (or 0x047588) is known color: Teal. HEX triplet: 04, 75 and 88. RGB value is (4,117,136). Sum of RGB (Red+Green+Blue) = 4+117+136=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #047588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047588 is #FB8A77. Grayscale: #555555. Windows color (decimal): -16484984 or 8942852. OLE color: 8942852.
HSL color Cylindrical-coordinate representation of color #047588: hue angle of 188.64º 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 #047588 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 117 | 136 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.47 |
| HSL | 188.64º | 0.94% | 0.27% | - |
| HSV(B) | 188.64º | 0.97% | 0.53% | - |
| XYZ | 10.86 | 14.53 | 25.52 | - |
| YUV | 85.38 | 156.56 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 136 | 0.97 | 0.14 | 0 | 0.47 | 188.64 | 0.94 | 0.27 |
| Hex | 4 | 75 | 88 | 61 | E | 0 | 2F | BD | 5E | 1B |
| Octal | 4 | 165 | 210 | 141 | 16 | 0 | 57 | 275 | 136 | 33 |
| Binary | 100 | 1110101 | 10001000 | 1100001 | 1110 | 0 | 101111 | 10111101 | 1011110 | 11011 |
Color Harmonies of #047588
Complementary color
Monochromatic Colors of #047588
Black with #047588
Text Example
Text Example
White with #047588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047588; }
p { color: rgb(4,117,136); }
H1.HeaderClassName
{
color: #047588;
}
.AnyTagClassName
{
color: #047588;
}
</style>
background-color css
<style>
a { background-color: #047588; }
a { background-color: rgb(4,117,136); }
div.DivClassName
{
background-color: #047588;
}
.BgClassName
{
background-color: #047588;
}
</style>
border-color css
<style>
span { border-color: #047588; }
span { border-color: rgb(4,117,136); }
td.TdClassName
{
border-color: #047588;
}
.TagClassName
{
border-color: #047588;
}
</style>