Shades of Teal #047188
Tints of Teal #047188
RGB
CMYK
RGB Variations
Color information
#047188 (or 0x047188) is known color: Teal. HEX triplet: 04, 71 and 88. RGB value is (4,113,136). Sum of RGB (Red+Green+Blue) = 4+113+136=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #047188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047188 is #FB8E77. Grayscale: #525252. Windows color (decimal): -16486008 or 8941828. OLE color: 8941828.
HSL color Cylindrical-coordinate representation of color #047188: hue angle of 190.45º 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 #047188 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 113 | 136 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.47 |
| HSL | 190.45º | 0.94% | 0.27% | - |
| HSV(B) | 190.45º | 0.97% | 0.53% | - |
| XYZ | 10.4 | 13.61 | 25.37 | - |
| YUV | 83.03 | 157.89 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 136 | 0.97 | 0.17 | 0 | 0.47 | 190.45 | 0.94 | 0.27 |
| Hex | 4 | 71 | 88 | 61 | 11 | 0 | 2F | BE | 5E | 1B |
| Octal | 4 | 161 | 210 | 141 | 21 | 0 | 57 | 276 | 136 | 33 |
| Binary | 100 | 1110001 | 10001000 | 1100001 | 10001 | 0 | 101111 | 10111110 | 1011110 | 11011 |
Color Harmonies of #047188
Complementary color
Monochromatic Colors of #047188
Black with #047188
Text Example
Text Example
White with #047188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047188; }
p { color: rgb(4,113,136); }
H1.HeaderClassName
{
color: #047188;
}
.AnyTagClassName
{
color: #047188;
}
</style>
background-color css
<style>
a { background-color: #047188; }
a { background-color: rgb(4,113,136); }
div.DivClassName
{
background-color: #047188;
}
.BgClassName
{
background-color: #047188;
}
</style>
border-color css
<style>
span { border-color: #047188; }
span { border-color: rgb(4,113,136); }
td.TdClassName
{
border-color: #047188;
}
.TagClassName
{
border-color: #047188;
}
</style>