Shades of Teal Blue #29535D
Tints of Teal Blue #29535D
RGB
CMYK
RGB Variations
Color information
#29535D (or 0x29535D) is known color: Teal Blue. HEX triplet: 29, 53 and 5D. RGB value is (41,83,93). Sum of RGB (Red+Green+Blue) = 41+83+93=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #29535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29535D is #D6ACA2. Grayscale: #474747. Windows color (decimal): -14068899 or 6116137. OLE color: 6116137.
HSL color Cylindrical-coordinate representation of color #29535D: hue angle of 191.54º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29535D is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 83 | 93 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.64 |
| HSL | 191.54º | 0.39% | 0.26% | - |
| HSV(B) | 191.54º | 0.56% | 0.36% | - |
| XYZ | 5.98 | 7.45 | 11.48 | - |
| YUV | 71.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 93 | 0.56 | 0.11 | 0 | 0.64 | 191.54 | 0.39 | 0.26 |
| Hex | 29 | 53 | 5D | 38 | B | 0 | 40 | C0 | 27 | 1A |
| Octal | 51 | 123 | 135 | 70 | 13 | 0 | 100 | 300 | 47 | 32 |
| Binary | 101001 | 1010011 | 1011101 | 111000 | 1011 | 0 | 1000000 | 11000000 | 100111 | 11010 |
Color Harmonies of #29535D
Complementary color
Monochromatic Colors of #29535D
Black with #29535D
Text Example
Text Example
White with #29535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29535D; }
p { color: rgb(41,83,93); }
H1.HeaderClassName
{
color: #29535D;
}
.AnyTagClassName
{
color: #29535D;
}
</style>
background-color css
<style>
a { background-color: #29535D; }
a { background-color: rgb(41,83,93); }
div.DivClassName
{
background-color: #29535D;
}
.BgClassName
{
background-color: #29535D;
}
</style>
border-color css
<style>
span { border-color: #29535D; }
span { border-color: rgb(41,83,93); }
td.TdClassName
{
border-color: #29535D;
}
.TagClassName
{
border-color: #29535D;
}
</style>