Shades of Teal Blue #294D58
Tints of Teal Blue #294D58
RGB
CMYK
RGB Variations
Color information
#294D58 (or 0x294D58) is known color: Teal Blue. HEX triplet: 29, 4D and 58. RGB value is (41,77,88). Sum of RGB (Red+Green+Blue) = 41+77+88=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #294D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D58 is #D6B2A7. Grayscale: #434343. Windows color (decimal): -14070440 or 5786921. OLE color: 5786921.
HSL color Cylindrical-coordinate representation of color #294D58: hue angle of 194.04º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294D58 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 77 | 88 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.65 |
| HSL | 194.04º | 0.36% | 0.25% | - |
| HSV(B) | 194.04º | 0.53% | 0.35% | - |
| XYZ | 5.33 | 6.48 | 10.2 | - |
| YUV | 67.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 88 | 0.53 | 0.12 | 0 | 0.65 | 194.04 | 0.36 | 0.25 |
| Hex | 29 | 4D | 58 | 35 | C | 0 | 41 | C2 | 24 | 19 |
| Octal | 51 | 115 | 130 | 65 | 14 | 0 | 101 | 302 | 44 | 31 |
| Binary | 101001 | 1001101 | 1011000 | 110101 | 1100 | 0 | 1000001 | 11000010 | 100100 | 11001 |
Color Harmonies of #294D58
Complementary color
Monochromatic Colors of #294D58
Black with #294D58
Text Example
Text Example
White with #294D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D58; }
p { color: rgb(41,77,88); }
H1.HeaderClassName
{
color: #294D58;
}
.AnyTagClassName
{
color: #294D58;
}
</style>
background-color css
<style>
a { background-color: #294D58; }
a { background-color: rgb(41,77,88); }
div.DivClassName
{
background-color: #294D58;
}
.BgClassName
{
background-color: #294D58;
}
</style>
border-color css
<style>
span { border-color: #294D58; }
span { border-color: rgb(41,77,88); }
td.TdClassName
{
border-color: #294D58;
}
.TagClassName
{
border-color: #294D58;
}
</style>