Shades of Teal Blue #294753
Tints of Teal Blue #294753
RGB
CMYK
RGB Variations
Color information
#294753 (or 0x294753) is known color: Teal Blue. HEX triplet: 29, 47 and 53. RGB value is (41,71,83). Sum of RGB (Red+Green+Blue) = 41+71+83=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #294753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294753 is #D6B8AC. Grayscale: #3F3F3F. Windows color (decimal): -14071981 or 5457705. OLE color: 5457705.
HSL color Cylindrical-coordinate representation of color #294753: hue angle of 197.14º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294753 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 71 | 83 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.67 |
| HSL | 197.14º | 0.34% | 0.24% | - |
| HSV(B) | 197.14º | 0.51% | 0.33% | - |
| XYZ | 4.73 | 5.6 | 9.02 | - |
| YUV | 63.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 83 | 0.51 | 0.14 | 0 | 0.67 | 197.14 | 0.34 | 0.24 |
| Hex | 29 | 47 | 53 | 33 | E | 0 | 43 | C5 | 22 | 18 |
| Octal | 51 | 107 | 123 | 63 | 16 | 0 | 103 | 305 | 42 | 30 |
| Binary | 101001 | 1000111 | 1010011 | 110011 | 1110 | 0 | 1000011 | 11000101 | 100010 | 11000 |
Color Harmonies of #294753
Complementary color
Monochromatic Colors of #294753
Black with #294753
Text Example
Text Example
White with #294753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294753; }
p { color: rgb(41,71,83); }
H1.HeaderClassName
{
color: #294753;
}
.AnyTagClassName
{
color: #294753;
}
</style>
background-color css
<style>
a { background-color: #294753; }
a { background-color: rgb(41,71,83); }
div.DivClassName
{
background-color: #294753;
}
.BgClassName
{
background-color: #294753;
}
</style>
border-color css
<style>
span { border-color: #294753; }
span { border-color: rgb(41,71,83); }
td.TdClassName
{
border-color: #294753;
}
.TagClassName
{
border-color: #294753;
}
</style>