Shades of Teal Blue #29474D
Tints of Teal Blue #29474D
RGB
CMYK
RGB Variations
Color information
#29474D (or 0x29474D) is known color: Teal Blue. HEX triplet: 29, 47 and 4D. RGB value is (41,71,77). Sum of RGB (Red+Green+Blue) = 41+71+77=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #29474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29474D is #D6B8B2. Grayscale: #3E3E3E. Windows color (decimal): -14071987 or 5064489. OLE color: 5064489.
HSL color Cylindrical-coordinate representation of color #29474D: hue angle of 190º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29474D is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 71 | 77 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.70 |
| HSL | 190º | 0.31% | 0.23% | - |
| HSV(B) | 190º | 0.47% | 0.3% | - |
| XYZ | 4.51 | 5.51 | 7.85 | - |
| YUV | 62.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 77 | 0.47 | 0.08 | 0 | 0.70 | 190 | 0.31 | 0.23 |
| Hex | 29 | 47 | 4D | 2F | 8 | 0 | 46 | BE | 1F | 17 |
| Octal | 51 | 107 | 115 | 57 | 10 | 0 | 106 | 276 | 37 | 27 |
| Binary | 101001 | 1000111 | 1001101 | 101111 | 1000 | 0 | 1000110 | 10111110 | 11111 | 10111 |
Color Harmonies of #29474D
Complementary color
Monochromatic Colors of #29474D
Black with #29474D
Text Example
Text Example
White with #29474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29474D; }
p { color: rgb(41,71,77); }
H1.HeaderClassName
{
color: #29474D;
}
.AnyTagClassName
{
color: #29474D;
}
</style>
background-color css
<style>
a { background-color: #29474D; }
a { background-color: rgb(41,71,77); }
div.DivClassName
{
background-color: #29474D;
}
.BgClassName
{
background-color: #29474D;
}
</style>
border-color css
<style>
span { border-color: #29474D; }
span { border-color: rgb(41,71,77); }
td.TdClassName
{
border-color: #29474D;
}
.TagClassName
{
border-color: #29474D;
}
</style>