Shades of Teal Blue #294A50
Tints of Teal Blue #294A50
RGB
CMYK
RGB Variations
Color information
#294A50 (or 0x294A50) is known color: Teal Blue. HEX triplet: 29, 4A and 50. RGB value is (41,74,80). Sum of RGB (Red+Green+Blue) = 41+74+80=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #294A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A50 is #D6B5AF. Grayscale: #404040. Windows color (decimal): -14071216 or 5261865. OLE color: 5261865.
HSL color Cylindrical-coordinate representation of color #294A50: hue angle of 189.23º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #294A50 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 74 | 80 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.69 |
| HSL | 189.23º | 0.32% | 0.24% | - |
| HSV(B) | 189.23º | 0.49% | 0.31% | - |
| XYZ | 4.81 | 5.95 | 8.48 | - |
| YUV | 64.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 80 | 0.49 | 0.08 | 0 | 0.69 | 189.23 | 0.32 | 0.24 |
| Hex | 29 | 4A | 50 | 31 | 8 | 0 | 45 | BD | 20 | 18 |
| Octal | 51 | 112 | 120 | 61 | 10 | 0 | 105 | 275 | 40 | 30 |
| Binary | 101001 | 1001010 | 1010000 | 110001 | 1000 | 0 | 1000101 | 10111101 | 100000 | 11000 |
Color Harmonies of #294A50
Complementary color
Monochromatic Colors of #294A50
Black with #294A50
Text Example
Text Example
White with #294A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A50; }
p { color: rgb(41,74,80); }
H1.HeaderClassName
{
color: #294A50;
}
.AnyTagClassName
{
color: #294A50;
}
</style>
background-color css
<style>
a { background-color: #294A50; }
a { background-color: rgb(41,74,80); }
div.DivClassName
{
background-color: #294A50;
}
.BgClassName
{
background-color: #294A50;
}
</style>
border-color css
<style>
span { border-color: #294A50; }
span { border-color: rgb(41,74,80); }
td.TdClassName
{
border-color: #294A50;
}
.TagClassName
{
border-color: #294A50;
}
</style>