Shades of Teal Blue #1D5257
Tints of Teal Blue #1D5257
RGB
CMYK
RGB Variations
Color information
#1D5257 (or 0x1D5257) is known color: Teal Blue. HEX triplet: 1D, 52 and 57. RGB value is (29,82,87). Sum of RGB (Red+Green+Blue) = 29+82+87=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D5257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5257 is #E2ADA8. Grayscale: #424242. Windows color (decimal): -14855593 or 5722653. OLE color: 5722653.
HSL color Cylindrical-coordinate representation of color #1D5257: hue angle of 185.17º 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 #1D5257 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 82 | 87 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.66 |
| HSL | 185.17º | 0.5% | 0.23% | - |
| HSV(B) | 185.17º | 0.67% | 0.34% | - |
| XYZ | 5.24 | 6.98 | 10.09 | - |
| YUV | 66.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 87 | 0.67 | 0.06 | 0 | 0.66 | 185.17 | 0.5 | 0.23 |
| Hex | 1D | 52 | 57 | 43 | 6 | 0 | 42 | B9 | 32 | 17 |
| Octal | 35 | 122 | 127 | 103 | 6 | 0 | 102 | 271 | 62 | 27 |
| Binary | 11101 | 1010010 | 1010111 | 1000011 | 110 | 0 | 1000010 | 10111001 | 110010 | 10111 |
Color Harmonies of #1D5257
Complementary color
Monochromatic Colors of #1D5257
Black with #1D5257
Text Example
Text Example
White with #1D5257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5257; }
p { color: rgb(29,82,87); }
H1.HeaderClassName
{
color: #1D5257;
}
.AnyTagClassName
{
color: #1D5257;
}
</style>
background-color css
<style>
a { background-color: #1D5257; }
a { background-color: rgb(29,82,87); }
div.DivClassName
{
background-color: #1D5257;
}
.BgClassName
{
background-color: #1D5257;
}
</style>
border-color css
<style>
span { border-color: #1D5257; }
span { border-color: rgb(29,82,87); }
td.TdClassName
{
border-color: #1D5257;
}
.TagClassName
{
border-color: #1D5257;
}
</style>