Shades of Teal Blue #29464E
Tints of Teal Blue #29464E
RGB
CMYK
RGB Variations
Color information
#29464E (or 0x29464E) is known color: Teal Blue. HEX triplet: 29, 46 and 4E. RGB value is (41,70,78). Sum of RGB (Red+Green+Blue) = 41+70+78=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #29464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29464E is #D6B9B1. Grayscale: #3E3E3E. Windows color (decimal): -14072242 or 5129769. OLE color: 5129769.
HSL color Cylindrical-coordinate representation of color #29464E: hue angle of 192.97º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29464E is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 70 | 78 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.69 |
| HSL | 192.97º | 0.31% | 0.23% | - |
| HSV(B) | 192.97º | 0.47% | 0.31% | - |
| XYZ | 4.48 | 5.4 | 8.01 | - |
| YUV | 62.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 78 | 0.47 | 0.10 | 0 | 0.69 | 192.97 | 0.31 | 0.23 |
| Hex | 29 | 46 | 4E | 2F | A | 0 | 45 | C1 | 1F | 17 |
| Octal | 51 | 106 | 116 | 57 | 12 | 0 | 105 | 301 | 37 | 27 |
| Binary | 101001 | 1000110 | 1001110 | 101111 | 1010 | 0 | 1000101 | 11000001 | 11111 | 10111 |
Color Harmonies of #29464E
Complementary color
Monochromatic Colors of #29464E
Black with #29464E
Text Example
Text Example
White with #29464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29464E; }
p { color: rgb(41,70,78); }
H1.HeaderClassName
{
color: #29464E;
}
.AnyTagClassName
{
color: #29464E;
}
</style>
background-color css
<style>
a { background-color: #29464E; }
a { background-color: rgb(41,70,78); }
div.DivClassName
{
background-color: #29464E;
}
.BgClassName
{
background-color: #29464E;
}
</style>
border-color css
<style>
span { border-color: #29464E; }
span { border-color: rgb(41,70,78); }
td.TdClassName
{
border-color: #29464E;
}
.TagClassName
{
border-color: #29464E;
}
</style>