Shades of Teal Blue #294D57
Tints of Teal Blue #294D57
RGB
CMYK
RGB Variations
Color information
#294D57 (or 0x294D57) is known color: Teal Blue. HEX triplet: 29, 4D and 57. RGB value is (41,77,87). Sum of RGB (Red+Green+Blue) = 41+77+87=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #294D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D57 is #D6B2A8. Grayscale: #434343. Windows color (decimal): -14070441 or 5721385. OLE color: 5721385.
HSL color Cylindrical-coordinate representation of color #294D57: hue angle of 193.04º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294D57 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 77 | 87 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.66 |
| HSL | 193.04º | 0.36% | 0.25% | - |
| HSV(B) | 193.04º | 0.53% | 0.34% | - |
| XYZ | 5.29 | 6.47 | 9.99 | - |
| YUV | 67.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 87 | 0.53 | 0.11 | 0 | 0.66 | 193.04 | 0.36 | 0.25 |
| Hex | 29 | 4D | 57 | 35 | B | 0 | 42 | C1 | 24 | 19 |
| Octal | 51 | 115 | 127 | 65 | 13 | 0 | 102 | 301 | 44 | 31 |
| Binary | 101001 | 1001101 | 1010111 | 110101 | 1011 | 0 | 1000010 | 11000001 | 100100 | 11001 |
Color Harmonies of #294D57
Complementary color
Monochromatic Colors of #294D57
Black with #294D57
Text Example
Text Example
White with #294D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D57; }
p { color: rgb(41,77,87); }
H1.HeaderClassName
{
color: #294D57;
}
.AnyTagClassName
{
color: #294D57;
}
</style>
background-color css
<style>
a { background-color: #294D57; }
a { background-color: rgb(41,77,87); }
div.DivClassName
{
background-color: #294D57;
}
.BgClassName
{
background-color: #294D57;
}
</style>
border-color css
<style>
span { border-color: #294D57; }
span { border-color: rgb(41,77,87); }
td.TdClassName
{
border-color: #294D57;
}
.TagClassName
{
border-color: #294D57;
}
</style>