Shades of Teal #047384
Tints of Teal #047384
RGB
CMYK
RGB Variations
Color information
#047384 (or 0x047384) is known color: Teal. HEX triplet: 04, 73 and 84. RGB value is (4,115,132). Sum of RGB (Red+Green+Blue) = 4+115+132=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #047384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047384 is #FB8C7B. Grayscale: #535353. Windows color (decimal): -16485500 or 8680196. OLE color: 8680196.
HSL color Cylindrical-coordinate representation of color #047384: hue angle of 187.97º 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 #047384 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 115 | 132 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.48 |
| HSL | 187.97º | 0.94% | 0.27% | - |
| HSV(B) | 187.97º | 0.97% | 0.52% | - |
| XYZ | 10.35 | 13.95 | 23.98 | - |
| YUV | 83.75 | 155.23 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 132 | 0.97 | 0.13 | 0 | 0.48 | 187.97 | 0.94 | 0.27 |
| Hex | 4 | 73 | 84 | 61 | D | 0 | 30 | BC | 5E | 1B |
| Octal | 4 | 163 | 204 | 141 | 15 | 0 | 60 | 274 | 136 | 33 |
| Binary | 100 | 1110011 | 10000100 | 1100001 | 1101 | 0 | 110000 | 10111100 | 1011110 | 11011 |
Color Harmonies of #047384
Complementary color
Monochromatic Colors of #047384
Black with #047384
Text Example
Text Example
White with #047384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047384; }
p { color: rgb(4,115,132); }
H1.HeaderClassName
{
color: #047384;
}
.AnyTagClassName
{
color: #047384;
}
</style>
background-color css
<style>
a { background-color: #047384; }
a { background-color: rgb(4,115,132); }
div.DivClassName
{
background-color: #047384;
}
.BgClassName
{
background-color: #047384;
}
</style>
border-color css
<style>
span { border-color: #047384; }
span { border-color: rgb(4,115,132); }
td.TdClassName
{
border-color: #047384;
}
.TagClassName
{
border-color: #047384;
}
</style>