Shades of Teal Blue #294752
Tints of Teal Blue #294752
RGB
CMYK
RGB Variations
Color information
#294752 (or 0x294752) is known color: Teal Blue. HEX triplet: 29, 47 and 52. RGB value is (41,71,82). Sum of RGB (Red+Green+Blue) = 41+71+82=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #294752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294752 is #D6B8AD. Grayscale: #3F3F3F. Windows color (decimal): -14071982 or 5392169. OLE color: 5392169.
HSL color Cylindrical-coordinate representation of color #294752: hue angle of 196.1º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #294752 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 71 | 82 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.68 |
| HSL | 196.1º | 0.33% | 0.24% | - |
| HSV(B) | 196.1º | 0.5% | 0.32% | - |
| XYZ | 4.69 | 5.59 | 8.81 | - |
| YUV | 63.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 82 | 0.50 | 0.13 | 0 | 0.68 | 196.1 | 0.33 | 0.24 |
| Hex | 29 | 47 | 52 | 32 | D | 0 | 44 | C4 | 21 | 18 |
| Octal | 51 | 107 | 122 | 62 | 15 | 0 | 104 | 304 | 41 | 30 |
| Binary | 101001 | 1000111 | 1010010 | 110010 | 1101 | 0 | 1000100 | 11000100 | 100001 | 11000 |
Color Harmonies of #294752
Complementary color
Monochromatic Colors of #294752
Black with #294752
Text Example
Text Example
White with #294752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294752; }
p { color: rgb(41,71,82); }
H1.HeaderClassName
{
color: #294752;
}
.AnyTagClassName
{
color: #294752;
}
</style>
background-color css
<style>
a { background-color: #294752; }
a { background-color: rgb(41,71,82); }
div.DivClassName
{
background-color: #294752;
}
.BgClassName
{
background-color: #294752;
}
</style>
border-color css
<style>
span { border-color: #294752; }
span { border-color: rgb(41,71,82); }
td.TdClassName
{
border-color: #294752;
}
.TagClassName
{
border-color: #294752;
}
</style>