Shades of Teal Blue #294D55
Tints of Teal Blue #294D55
RGB
CMYK
RGB Variations
Color information
#294D55 (or 0x294D55) is known color: Teal Blue. HEX triplet: 29, 4D and 55. RGB value is (41,77,85). Sum of RGB (Red+Green+Blue) = 41+77+85=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #294D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D55 is #D6B2AA. Grayscale: #434343. Windows color (decimal): -14070443 or 5590313. OLE color: 5590313.
HSL color Cylindrical-coordinate representation of color #294D55: hue angle of 190.91º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294D55 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 77 | 85 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.67 |
| HSL | 190.91º | 0.35% | 0.25% | - |
| HSV(B) | 190.91º | 0.52% | 0.33% | - |
| XYZ | 5.21 | 6.44 | 9.56 | - |
| YUV | 67.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 85 | 0.52 | 0.09 | 0 | 0.67 | 190.91 | 0.35 | 0.25 |
| Hex | 29 | 4D | 55 | 34 | 9 | 0 | 43 | BF | 23 | 19 |
| Octal | 51 | 115 | 125 | 64 | 11 | 0 | 103 | 277 | 43 | 31 |
| Binary | 101001 | 1001101 | 1010101 | 110100 | 1001 | 0 | 1000011 | 10111111 | 100011 | 11001 |
Color Harmonies of #294D55
Complementary color
Monochromatic Colors of #294D55
Black with #294D55
Text Example
Text Example
White with #294D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D55; }
p { color: rgb(41,77,85); }
H1.HeaderClassName
{
color: #294D55;
}
.AnyTagClassName
{
color: #294D55;
}
</style>
background-color css
<style>
a { background-color: #294D55; }
a { background-color: rgb(41,77,85); }
div.DivClassName
{
background-color: #294D55;
}
.BgClassName
{
background-color: #294D55;
}
</style>
border-color css
<style>
span { border-color: #294D55; }
span { border-color: rgb(41,77,85); }
td.TdClassName
{
border-color: #294D55;
}
.TagClassName
{
border-color: #294D55;
}
</style>