Shades of Teal Blue #294855
Tints of Teal Blue #294855
RGB
CMYK
RGB Variations
Color information
#294855 (or 0x294855) is known color: Teal Blue. HEX triplet: 29, 48 and 55. RGB value is (41,72,85). Sum of RGB (Red+Green+Blue) = 41+72+85=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #294855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294855 is #D6B7AA. Grayscale: #404040. Windows color (decimal): -14071723 or 5589033. OLE color: 5589033.
HSL color Cylindrical-coordinate representation of color #294855: hue angle of 197.73º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294855 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 72 | 85 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.67 |
| HSL | 197.73º | 0.35% | 0.25% | - |
| HSV(B) | 197.73º | 0.52% | 0.33% | - |
| XYZ | 4.87 | 5.76 | 9.45 | - |
| YUV | 64.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 85 | 0.52 | 0.15 | 0 | 0.67 | 197.73 | 0.35 | 0.25 |
| Hex | 29 | 48 | 55 | 34 | F | 0 | 43 | C6 | 23 | 19 |
| Octal | 51 | 110 | 125 | 64 | 17 | 0 | 103 | 306 | 43 | 31 |
| Binary | 101001 | 1001000 | 1010101 | 110100 | 1111 | 0 | 1000011 | 11000110 | 100011 | 11001 |
Color Harmonies of #294855
Complementary color
Monochromatic Colors of #294855
Black with #294855
Text Example
Text Example
White with #294855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294855; }
p { color: rgb(41,72,85); }
H1.HeaderClassName
{
color: #294855;
}
.AnyTagClassName
{
color: #294855;
}
</style>
background-color css
<style>
a { background-color: #294855; }
a { background-color: rgb(41,72,85); }
div.DivClassName
{
background-color: #294855;
}
.BgClassName
{
background-color: #294855;
}
</style>
border-color css
<style>
span { border-color: #294855; }
span { border-color: rgb(41,72,85); }
td.TdClassName
{
border-color: #294855;
}
.TagClassName
{
border-color: #294855;
}
</style>