Shades of Teal Blue #29545E
Tints of Teal Blue #29545E
RGB
CMYK
RGB Variations
Color information
#29545E (or 0x29545E) is known color: Teal Blue. HEX triplet: 29, 54 and 5E. RGB value is (41,84,94). Sum of RGB (Red+Green+Blue) = 41+84+94=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #29545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29545E is #D6ABA1. Grayscale: #484848. Windows color (decimal): -14068642 or 6181929. OLE color: 6181929.
HSL color Cylindrical-coordinate representation of color #29545E: hue angle of 191.32º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29545E is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 84 | 94 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.63 |
| HSL | 191.32º | 0.39% | 0.26% | - |
| HSV(B) | 191.32º | 0.56% | 0.37% | - |
| XYZ | 6.11 | 7.62 | 11.74 | - |
| YUV | 72.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 94 | 0.56 | 0.11 | 0 | 0.63 | 191.32 | 0.39 | 0.26 |
| Hex | 29 | 54 | 5E | 38 | B | 0 | 3F | BF | 27 | 1A |
| Octal | 51 | 124 | 136 | 70 | 13 | 0 | 77 | 277 | 47 | 32 |
| Binary | 101001 | 1010100 | 1011110 | 111000 | 1011 | 0 | 111111 | 10111111 | 100111 | 11010 |
Color Harmonies of #29545E
Complementary color
Monochromatic Colors of #29545E
Black with #29545E
Text Example
Text Example
White with #29545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29545E; }
p { color: rgb(41,84,94); }
H1.HeaderClassName
{
color: #29545E;
}
.AnyTagClassName
{
color: #29545E;
}
</style>
background-color css
<style>
a { background-color: #29545E; }
a { background-color: rgb(41,84,94); }
div.DivClassName
{
background-color: #29545E;
}
.BgClassName
{
background-color: #29545E;
}
</style>
border-color css
<style>
span { border-color: #29545E; }
span { border-color: rgb(41,84,94); }
td.TdClassName
{
border-color: #29545E;
}
.TagClassName
{
border-color: #29545E;
}
</style>