Shades of Teal Blue #294C54
Tints of Teal Blue #294C54
RGB
CMYK
RGB Variations
Color information
#294C54 (or 0x294C54) is known color: Teal Blue. HEX triplet: 29, 4C and 54. RGB value is (41,76,84). Sum of RGB (Red+Green+Blue) = 41+76+84=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #294C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C54 is #D6B3AB. Grayscale: #424242. Windows color (decimal): -14070700 or 5524521. OLE color: 5524521.
HSL color Cylindrical-coordinate representation of color #294C54: hue angle of 191.16º 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 #294C54 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 76 | 84 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.67 |
| HSL | 191.16º | 0.34% | 0.25% | - |
| HSV(B) | 191.16º | 0.51% | 0.33% | - |
| XYZ | 5.1 | 6.28 | 9.33 | - |
| YUV | 66.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 84 | 0.51 | 0.10 | 0 | 0.67 | 191.16 | 0.34 | 0.25 |
| Hex | 29 | 4C | 54 | 33 | A | 0 | 43 | BF | 22 | 19 |
| Octal | 51 | 114 | 124 | 63 | 12 | 0 | 103 | 277 | 42 | 31 |
| Binary | 101001 | 1001100 | 1010100 | 110011 | 1010 | 0 | 1000011 | 10111111 | 100010 | 11001 |
Color Harmonies of #294C54
Complementary color
Monochromatic Colors of #294C54
Black with #294C54
Text Example
Text Example
White with #294C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C54; }
p { color: rgb(41,76,84); }
H1.HeaderClassName
{
color: #294C54;
}
.AnyTagClassName
{
color: #294C54;
}
</style>
background-color css
<style>
a { background-color: #294C54; }
a { background-color: rgb(41,76,84); }
div.DivClassName
{
background-color: #294C54;
}
.BgClassName
{
background-color: #294C54;
}
</style>
border-color css
<style>
span { border-color: #294C54; }
span { border-color: rgb(41,76,84); }
td.TdClassName
{
border-color: #294C54;
}
.TagClassName
{
border-color: #294C54;
}
</style>