Shades of Teal Blue #1D5157
Tints of Teal Blue #1D5157
RGB
CMYK
RGB Variations
Color information
#1D5157 (or 0x1D5157) is known color: Teal Blue. HEX triplet: 1D, 51 and 57. RGB value is (29,81,87). Sum of RGB (Red+Green+Blue) = 29+81+87=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D5157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5157 is #E2AEA8. Grayscale: #424242. Windows color (decimal): -14855849 or 5722397. OLE color: 5722397.
HSL color Cylindrical-coordinate representation of color #1D5157: hue angle of 186.21º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5157 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 81 | 87 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.66 |
| HSL | 186.21º | 0.5% | 0.23% | - |
| HSV(B) | 186.21º | 0.67% | 0.34% | - |
| XYZ | 5.17 | 6.83 | 10.06 | - |
| YUV | 66.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 87 | 0.67 | 0.07 | 0 | 0.66 | 186.21 | 0.5 | 0.23 |
| Hex | 1D | 51 | 57 | 43 | 7 | 0 | 42 | BA | 32 | 17 |
| Octal | 35 | 121 | 127 | 103 | 7 | 0 | 102 | 272 | 62 | 27 |
| Binary | 11101 | 1010001 | 1010111 | 1000011 | 111 | 0 | 1000010 | 10111010 | 110010 | 10111 |
Color Harmonies of #1D5157
Complementary color
Monochromatic Colors of #1D5157
Black with #1D5157
Text Example
Text Example
White with #1D5157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5157; }
p { color: rgb(29,81,87); }
H1.HeaderClassName
{
color: #1D5157;
}
.AnyTagClassName
{
color: #1D5157;
}
</style>
background-color css
<style>
a { background-color: #1D5157; }
a { background-color: rgb(29,81,87); }
div.DivClassName
{
background-color: #1D5157;
}
.BgClassName
{
background-color: #1D5157;
}
</style>
border-color css
<style>
span { border-color: #1D5157; }
span { border-color: rgb(29,81,87); }
td.TdClassName
{
border-color: #1D5157;
}
.TagClassName
{
border-color: #1D5157;
}
</style>