Shades of Teal Blue #294854
Tints of Teal Blue #294854
RGB
CMYK
RGB Variations
Color information
#294854 (or 0x294854) is known color: Teal Blue. HEX triplet: 29, 48 and 54. RGB value is (41,72,84). Sum of RGB (Red+Green+Blue) = 41+72+84=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #294854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294854 is #D6B7AB. Grayscale: #404040. Windows color (decimal): -14071724 or 5523497. OLE color: 5523497.
HSL color Cylindrical-coordinate representation of color #294854: hue angle of 196.74º 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 #294854 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 72 | 84 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.67 |
| HSL | 196.74º | 0.34% | 0.25% | - |
| HSV(B) | 196.74º | 0.51% | 0.33% | - |
| XYZ | 4.83 | 5.75 | 9.24 | - |
| YUV | 64.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 84 | 0.51 | 0.14 | 0 | 0.67 | 196.74 | 0.34 | 0.25 |
| Hex | 29 | 48 | 54 | 33 | E | 0 | 43 | C5 | 22 | 19 |
| Octal | 51 | 110 | 124 | 63 | 16 | 0 | 103 | 305 | 42 | 31 |
| Binary | 101001 | 1001000 | 1010100 | 110011 | 1110 | 0 | 1000011 | 11000101 | 100010 | 11001 |
Color Harmonies of #294854
Complementary color
Monochromatic Colors of #294854
Black with #294854
Text Example
Text Example
White with #294854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294854; }
p { color: rgb(41,72,84); }
H1.HeaderClassName
{
color: #294854;
}
.AnyTagClassName
{
color: #294854;
}
</style>
background-color css
<style>
a { background-color: #294854; }
a { background-color: rgb(41,72,84); }
div.DivClassName
{
background-color: #294854;
}
.BgClassName
{
background-color: #294854;
}
</style>
border-color css
<style>
span { border-color: #294854; }
span { border-color: rgb(41,72,84); }
td.TdClassName
{
border-color: #294854;
}
.TagClassName
{
border-color: #294854;
}
</style>