Shades of Teal Blue #294D54
Tints of Teal Blue #294D54
RGB
CMYK
RGB Variations
Color information
#294D54 (or 0x294D54) is known color: Teal Blue. HEX triplet: 29, 4D and 54. RGB value is (41,77,84). Sum of RGB (Red+Green+Blue) = 41+77+84=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #294D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D54 is #D6B2AB. Grayscale: #424242. Windows color (decimal): -14070444 or 5524777. OLE color: 5524777.
HSL color Cylindrical-coordinate representation of color #294D54: hue angle of 189.77º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294D54 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 77 | 84 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.67 |
| HSL | 189.77º | 0.34% | 0.25% | - |
| HSV(B) | 189.77º | 0.51% | 0.33% | - |
| XYZ | 5.17 | 6.42 | 9.35 | - |
| YUV | 67.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 84 | 0.51 | 0.08 | 0 | 0.67 | 189.77 | 0.34 | 0.25 |
| Hex | 29 | 4D | 54 | 33 | 8 | 0 | 43 | BE | 22 | 19 |
| Octal | 51 | 115 | 124 | 63 | 10 | 0 | 103 | 276 | 42 | 31 |
| Binary | 101001 | 1001101 | 1010100 | 110011 | 1000 | 0 | 1000011 | 10111110 | 100010 | 11001 |
Color Harmonies of #294D54
Complementary color
Monochromatic Colors of #294D54
Black with #294D54
Text Example
Text Example
White with #294D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D54; }
p { color: rgb(41,77,84); }
H1.HeaderClassName
{
color: #294D54;
}
.AnyTagClassName
{
color: #294D54;
}
</style>
background-color css
<style>
a { background-color: #294D54; }
a { background-color: rgb(41,77,84); }
div.DivClassName
{
background-color: #294D54;
}
.BgClassName
{
background-color: #294D54;
}
</style>
border-color css
<style>
span { border-color: #294D54; }
span { border-color: rgb(41,77,84); }
td.TdClassName
{
border-color: #294D54;
}
.TagClassName
{
border-color: #294D54;
}
</style>