Shades of Teal Blue #1D4D56
Tints of Teal Blue #1D4D56
RGB
CMYK
RGB Variations
Color information
#1D4D56 (or 0x1D4D56) is known color: Teal Blue. HEX triplet: 1D, 4D and 56. RGB value is (29,77,86). Sum of RGB (Red+Green+Blue) = 29+77+86=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D4D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4D56 is #E2B2A9. Grayscale: #3F3F3F. Windows color (decimal): -14856874 or 5655837. OLE color: 5655837.
HSL color Cylindrical-coordinate representation of color #1D4D56: hue angle of 189.47º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D4D56 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 77 | 86 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.66 |
| HSL | 189.47º | 0.5% | 0.23% | - |
| HSV(B) | 189.47º | 0.66% | 0.34% | - |
| XYZ | 4.84 | 6.24 | 9.75 | - |
| YUV | 63.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 86 | 0.66 | 0.10 | 0 | 0.66 | 189.47 | 0.5 | 0.23 |
| Hex | 1D | 4D | 56 | 42 | A | 0 | 42 | BD | 32 | 17 |
| Octal | 35 | 115 | 126 | 102 | 12 | 0 | 102 | 275 | 62 | 27 |
| Binary | 11101 | 1001101 | 1010110 | 1000010 | 1010 | 0 | 1000010 | 10111101 | 110010 | 10111 |
Color Harmonies of #1D4D56
Complementary color
Monochromatic Colors of #1D4D56
Black with #1D4D56
Text Example
Text Example
White with #1D4D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4D56; }
p { color: rgb(29,77,86); }
H1.HeaderClassName
{
color: #1D4D56;
}
.AnyTagClassName
{
color: #1D4D56;
}
</style>
background-color css
<style>
a { background-color: #1D4D56; }
a { background-color: rgb(29,77,86); }
div.DivClassName
{
background-color: #1D4D56;
}
.BgClassName
{
background-color: #1D4D56;
}
</style>
border-color css
<style>
span { border-color: #1D4D56; }
span { border-color: rgb(29,77,86); }
td.TdClassName
{
border-color: #1D4D56;
}
.TagClassName
{
border-color: #1D4D56;
}
</style>