Shades of Teal Blue #1D5156
Tints of Teal Blue #1D5156
RGB
CMYK
RGB Variations
Color information
#1D5156 (or 0x1D5156) is known color: Teal Blue. HEX triplet: 1D, 51 and 56. RGB value is (29,81,86). Sum of RGB (Red+Green+Blue) = 29+81+86=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D5156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5156 is #E2AEA9. Grayscale: #414141. Windows color (decimal): -14855850 or 5656861. OLE color: 5656861.
HSL color Cylindrical-coordinate representation of color #1D5156: hue angle of 185.26º 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 #1D5156 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 81 | 86 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.66 |
| HSL | 185.26º | 0.5% | 0.23% | - |
| HSV(B) | 185.26º | 0.66% | 0.34% | - |
| XYZ | 5.13 | 6.82 | 9.85 | - |
| YUV | 66.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 86 | 0.66 | 0.06 | 0 | 0.66 | 185.26 | 0.5 | 0.23 |
| Hex | 1D | 51 | 56 | 42 | 6 | 0 | 42 | B9 | 32 | 17 |
| Octal | 35 | 121 | 126 | 102 | 6 | 0 | 102 | 271 | 62 | 27 |
| Binary | 11101 | 1010001 | 1010110 | 1000010 | 110 | 0 | 1000010 | 10111001 | 110010 | 10111 |
Color Harmonies of #1D5156
Complementary color
Monochromatic Colors of #1D5156
Black with #1D5156
Text Example
Text Example
White with #1D5156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5156; }
p { color: rgb(29,81,86); }
H1.HeaderClassName
{
color: #1D5156;
}
.AnyTagClassName
{
color: #1D5156;
}
</style>
background-color css
<style>
a { background-color: #1D5156; }
a { background-color: rgb(29,81,86); }
div.DivClassName
{
background-color: #1D5156;
}
.BgClassName
{
background-color: #1D5156;
}
</style>
border-color css
<style>
span { border-color: #1D5156; }
span { border-color: rgb(29,81,86); }
td.TdClassName
{
border-color: #1D5156;
}
.TagClassName
{
border-color: #1D5156;
}
</style>