Shades of Teal Blue #294E57
Tints of Teal Blue #294E57
RGB
CMYK
RGB Variations
Color information
#294E57 (or 0x294E57) is known color: Teal Blue. HEX triplet: 29, 4E and 57. RGB value is (41,78,87). Sum of RGB (Red+Green+Blue) = 41+78+87=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #294E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E57 is #D6B1A8. Grayscale: #434343. Windows color (decimal): -14070185 or 5721641. OLE color: 5721641.
HSL color Cylindrical-coordinate representation of color #294E57: hue angle of 191.74º 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 #294E57 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 78 | 87 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.66 |
| HSL | 191.74º | 0.36% | 0.25% | - |
| HSV(B) | 191.74º | 0.53% | 0.34% | - |
| XYZ | 5.36 | 6.61 | 10.01 | - |
| YUV | 67.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 87 | 0.53 | 0.10 | 0 | 0.66 | 191.74 | 0.36 | 0.25 |
| Hex | 29 | 4E | 57 | 35 | A | 0 | 42 | C0 | 24 | 19 |
| Octal | 51 | 116 | 127 | 65 | 12 | 0 | 102 | 300 | 44 | 31 |
| Binary | 101001 | 1001110 | 1010111 | 110101 | 1010 | 0 | 1000010 | 11000000 | 100100 | 11001 |
Color Harmonies of #294E57
Complementary color
Monochromatic Colors of #294E57
Black with #294E57
Text Example
Text Example
White with #294E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E57; }
p { color: rgb(41,78,87); }
H1.HeaderClassName
{
color: #294E57;
}
.AnyTagClassName
{
color: #294E57;
}
</style>
background-color css
<style>
a { background-color: #294E57; }
a { background-color: rgb(41,78,87); }
div.DivClassName
{
background-color: #294E57;
}
.BgClassName
{
background-color: #294E57;
}
</style>
border-color css
<style>
span { border-color: #294E57; }
span { border-color: rgb(41,78,87); }
td.TdClassName
{
border-color: #294E57;
}
.TagClassName
{
border-color: #294E57;
}
</style>