Shades of Teal Blue #294C56
Tints of Teal Blue #294C56
RGB
CMYK
RGB Variations
Color information
#294C56 (or 0x294C56) is known color: Teal Blue. HEX triplet: 29, 4C and 56. RGB value is (41,76,86). Sum of RGB (Red+Green+Blue) = 41+76+86=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #294C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C56 is #D6B3A9. Grayscale: #424242. Windows color (decimal): -14070698 or 5655593. OLE color: 5655593.
HSL color Cylindrical-coordinate representation of color #294C56: hue angle of 193.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294C56 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 76 | 86 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.66 |
| HSL | 193.33º | 0.35% | 0.25% | - |
| HSV(B) | 193.33º | 0.52% | 0.34% | - |
| XYZ | 5.18 | 6.31 | 9.75 | - |
| YUV | 66.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 86 | 0.52 | 0.12 | 0 | 0.66 | 193.33 | 0.35 | 0.25 |
| Hex | 29 | 4C | 56 | 34 | C | 0 | 42 | C1 | 23 | 19 |
| Octal | 51 | 114 | 126 | 64 | 14 | 0 | 102 | 301 | 43 | 31 |
| Binary | 101001 | 1001100 | 1010110 | 110100 | 1100 | 0 | 1000010 | 11000001 | 100011 | 11001 |
Color Harmonies of #294C56
Complementary color
Monochromatic Colors of #294C56
Black with #294C56
Text Example
Text Example
White with #294C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C56; }
p { color: rgb(41,76,86); }
H1.HeaderClassName
{
color: #294C56;
}
.AnyTagClassName
{
color: #294C56;
}
</style>
background-color css
<style>
a { background-color: #294C56; }
a { background-color: rgb(41,76,86); }
div.DivClassName
{
background-color: #294C56;
}
.BgClassName
{
background-color: #294C56;
}
</style>
border-color css
<style>
span { border-color: #294C56; }
span { border-color: rgb(41,76,86); }
td.TdClassName
{
border-color: #294C56;
}
.TagClassName
{
border-color: #294C56;
}
</style>