Shades of Teal #047383
Tints of Teal #047383
RGB
CMYK
RGB Variations
Color information
#047383 (or 0x047383) is known color: Teal. HEX triplet: 04, 73 and 83. RGB value is (4,115,131). Sum of RGB (Red+Green+Blue) = 4+115+131=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #047383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047383 is #FB8C7C. Grayscale: #535353. Windows color (decimal): -16485501 or 8614660. OLE color: 8614660.
HSL color Cylindrical-coordinate representation of color #047383: hue angle of 187.56º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047383 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 115 | 131 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.49 |
| HSL | 187.56º | 0.94% | 0.26% | - |
| HSV(B) | 187.56º | 0.97% | 0.51% | - |
| XYZ | 10.28 | 13.93 | 23.62 | - |
| YUV | 83.64 | 154.73 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 131 | 0.97 | 0.12 | 0 | 0.49 | 187.56 | 0.94 | 0.26 |
| Hex | 4 | 73 | 83 | 61 | C | 0 | 31 | BC | 5E | 1A |
| Octal | 4 | 163 | 203 | 141 | 14 | 0 | 61 | 274 | 136 | 32 |
| Binary | 100 | 1110011 | 10000011 | 1100001 | 1100 | 0 | 110001 | 10111100 | 1011110 | 11010 |
Color Harmonies of #047383
Complementary color
Monochromatic Colors of #047383
Black with #047383
Text Example
Text Example
White with #047383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047383; }
p { color: rgb(4,115,131); }
H1.HeaderClassName
{
color: #047383;
}
.AnyTagClassName
{
color: #047383;
}
</style>
background-color css
<style>
a { background-color: #047383; }
a { background-color: rgb(4,115,131); }
div.DivClassName
{
background-color: #047383;
}
.BgClassName
{
background-color: #047383;
}
</style>
border-color css
<style>
span { border-color: #047383; }
span { border-color: rgb(4,115,131); }
td.TdClassName
{
border-color: #047383;
}
.TagClassName
{
border-color: #047383;
}
</style>