Shades of Teal Blue #294C52
Tints of Teal Blue #294C52
RGB
CMYK
RGB Variations
Color information
#294C52 (or 0x294C52) is known color: Teal Blue. HEX triplet: 29, 4C and 52. RGB value is (41,76,82). Sum of RGB (Red+Green+Blue) = 41+76+82=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #294C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C52 is #D6B3AD. Grayscale: #424242. Windows color (decimal): -14070702 or 5393449. OLE color: 5393449.
HSL color Cylindrical-coordinate representation of color #294C52: hue angle of 188.78º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #294C52 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 76 | 82 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.68 |
| HSL | 188.78º | 0.33% | 0.24% | - |
| HSV(B) | 188.78º | 0.5% | 0.32% | - |
| XYZ | 5.02 | 6.25 | 8.92 | - |
| YUV | 66.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 82 | 0.50 | 0.07 | 0 | 0.68 | 188.78 | 0.33 | 0.24 |
| Hex | 29 | 4C | 52 | 32 | 7 | 0 | 44 | BD | 21 | 18 |
| Octal | 51 | 114 | 122 | 62 | 7 | 0 | 104 | 275 | 41 | 30 |
| Binary | 101001 | 1001100 | 1010010 | 110010 | 111 | 0 | 1000100 | 10111101 | 100001 | 11000 |
Color Harmonies of #294C52
Complementary color
Monochromatic Colors of #294C52
Black with #294C52
Text Example
Text Example
White with #294C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C52; }
p { color: rgb(41,76,82); }
H1.HeaderClassName
{
color: #294C52;
}
.AnyTagClassName
{
color: #294C52;
}
</style>
background-color css
<style>
a { background-color: #294C52; }
a { background-color: rgb(41,76,82); }
div.DivClassName
{
background-color: #294C52;
}
.BgClassName
{
background-color: #294C52;
}
</style>
border-color css
<style>
span { border-color: #294C52; }
span { border-color: rgb(41,76,82); }
td.TdClassName
{
border-color: #294C52;
}
.TagClassName
{
border-color: #294C52;
}
</style>