Shades of Teal #047381
Tints of Teal #047381
RGB
CMYK
RGB Variations
Color information
#047381 (or 0x047381) is known color: Teal. HEX triplet: 04, 73 and 81. RGB value is (4,115,129). Sum of RGB (Red+Green+Blue) = 4+115+129=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #047381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047381 is #FB8C7E. Grayscale: #535353. Windows color (decimal): -16485503 or 8483588. OLE color: 8483588.
HSL color Cylindrical-coordinate representation of color #047381: hue angle of 186.72º 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 #047381 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 115 | 129 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.49 |
| HSL | 186.72º | 0.94% | 0.26% | - |
| HSV(B) | 186.72º | 0.97% | 0.51% | - |
| XYZ | 10.14 | 13.87 | 22.91 | - |
| YUV | 83.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 129 | 0.97 | 0.11 | 0 | 0.49 | 186.72 | 0.94 | 0.26 |
| Hex | 4 | 73 | 81 | 61 | B | 0 | 31 | BB | 5E | 1A |
| Octal | 4 | 163 | 201 | 141 | 13 | 0 | 61 | 273 | 136 | 32 |
| Binary | 100 | 1110011 | 10000001 | 1100001 | 1011 | 0 | 110001 | 10111011 | 1011110 | 11010 |
Color Harmonies of #047381
Complementary color
Monochromatic Colors of #047381
Black with #047381
Text Example
Text Example
White with #047381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047381; }
p { color: rgb(4,115,129); }
H1.HeaderClassName
{
color: #047381;
}
.AnyTagClassName
{
color: #047381;
}
</style>
background-color css
<style>
a { background-color: #047381; }
a { background-color: rgb(4,115,129); }
div.DivClassName
{
background-color: #047381;
}
.BgClassName
{
background-color: #047381;
}
</style>
border-color css
<style>
span { border-color: #047381; }
span { border-color: rgb(4,115,129); }
td.TdClassName
{
border-color: #047381;
}
.TagClassName
{
border-color: #047381;
}
</style>