Shades of Teal Blue #294E56
Tints of Teal Blue #294E56
RGB
CMYK
RGB Variations
Color information
#294E56 (or 0x294E56) is known color: Teal Blue. HEX triplet: 29, 4E and 56. RGB value is (41,78,86). Sum of RGB (Red+Green+Blue) = 41+78+86=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #294E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E56 is #D6B1A9. Grayscale: #434343. Windows color (decimal): -14070186 or 5656105. OLE color: 5656105.
HSL color Cylindrical-coordinate representation of color #294E56: hue angle of 190.67º 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 #294E56 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 78 | 86 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.66 |
| HSL | 190.67º | 0.35% | 0.25% | - |
| HSV(B) | 190.67º | 0.52% | 0.34% | - |
| XYZ | 5.32 | 6.59 | 9.8 | - |
| YUV | 67.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 86 | 0.52 | 0.09 | 0 | 0.66 | 190.67 | 0.35 | 0.25 |
| Hex | 29 | 4E | 56 | 34 | 9 | 0 | 42 | BF | 23 | 19 |
| Octal | 51 | 116 | 126 | 64 | 11 | 0 | 102 | 277 | 43 | 31 |
| Binary | 101001 | 1001110 | 1010110 | 110100 | 1001 | 0 | 1000010 | 10111111 | 100011 | 11001 |
Color Harmonies of #294E56
Complementary color
Monochromatic Colors of #294E56
Black with #294E56
Text Example
Text Example
White with #294E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E56; }
p { color: rgb(41,78,86); }
H1.HeaderClassName
{
color: #294E56;
}
.AnyTagClassName
{
color: #294E56;
}
</style>
background-color css
<style>
a { background-color: #294E56; }
a { background-color: rgb(41,78,86); }
div.DivClassName
{
background-color: #294E56;
}
.BgClassName
{
background-color: #294E56;
}
</style>
border-color css
<style>
span { border-color: #294E56; }
span { border-color: rgb(41,78,86); }
td.TdClassName
{
border-color: #294E56;
}
.TagClassName
{
border-color: #294E56;
}
</style>