Shades of Teal Blue #294F5A
Tints of Teal Blue #294F5A
RGB
CMYK
RGB Variations
Color information
#294F5A (or 0x294F5A) is known color: Teal Blue. HEX triplet: 29, 4F and 5A. RGB value is (41,79,90). Sum of RGB (Red+Green+Blue) = 41+79+90=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #294F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F5A is #D6B0A5. Grayscale: #444444. Windows color (decimal): -14069926 or 5918505. OLE color: 5918505.
HSL color Cylindrical-coordinate representation of color #294F5A: hue angle of 193.47º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #294F5A is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 79 | 90 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.65 |
| HSL | 193.47º | 0.37% | 0.26% | - |
| HSV(B) | 193.47º | 0.54% | 0.35% | - |
| XYZ | 5.56 | 6.8 | 10.69 | - |
| YUV | 68.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 90 | 0.54 | 0.12 | 0 | 0.65 | 193.47 | 0.37 | 0.26 |
| Hex | 29 | 4F | 5A | 36 | C | 0 | 41 | C1 | 25 | 1A |
| Octal | 51 | 117 | 132 | 66 | 14 | 0 | 101 | 301 | 45 | 32 |
| Binary | 101001 | 1001111 | 1011010 | 110110 | 1100 | 0 | 1000001 | 11000001 | 100101 | 11010 |
Color Harmonies of #294F5A
Complementary color
Monochromatic Colors of #294F5A
Black with #294F5A
Text Example
Text Example
White with #294F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F5A; }
p { color: rgb(41,79,90); }
H1.HeaderClassName
{
color: #294F5A;
}
.AnyTagClassName
{
color: #294F5A;
}
</style>
background-color css
<style>
a { background-color: #294F5A; }
a { background-color: rgb(41,79,90); }
div.DivClassName
{
background-color: #294F5A;
}
.BgClassName
{
background-color: #294F5A;
}
</style>
border-color css
<style>
span { border-color: #294F5A; }
span { border-color: rgb(41,79,90); }
td.TdClassName
{
border-color: #294F5A;
}
.TagClassName
{
border-color: #294F5A;
}
</style>