Shades of Teal Blue #1D5258
Tints of Teal Blue #1D5258
RGB
CMYK
RGB Variations
Color information
#1D5258 (or 0x1D5258) is known color: Teal Blue. HEX triplet: 1D, 52 and 58. RGB value is (29,82,88). Sum of RGB (Red+Green+Blue) = 29+82+88=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D5258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5258 is #E2ADA7. Grayscale: #424242. Windows color (decimal): -14855592 or 5788189. OLE color: 5788189.
HSL color Cylindrical-coordinate representation of color #1D5258: hue angle of 186.1º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5258 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 82 | 88 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.65 |
| HSL | 186.1º | 0.5% | 0.23% | - |
| HSV(B) | 186.1º | 0.67% | 0.35% | - |
| XYZ | 5.29 | 7 | 10.31 | - |
| YUV | 66.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 88 | 0.67 | 0.07 | 0 | 0.65 | 186.1 | 0.5 | 0.23 |
| Hex | 1D | 52 | 58 | 43 | 7 | 0 | 41 | BA | 32 | 17 |
| Octal | 35 | 122 | 130 | 103 | 7 | 0 | 101 | 272 | 62 | 27 |
| Binary | 11101 | 1010010 | 1011000 | 1000011 | 111 | 0 | 1000001 | 10111010 | 110010 | 10111 |
Color Harmonies of #1D5258
Complementary color
Monochromatic Colors of #1D5258
Black with #1D5258
Text Example
Text Example
White with #1D5258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5258; }
p { color: rgb(29,82,88); }
H1.HeaderClassName
{
color: #1D5258;
}
.AnyTagClassName
{
color: #1D5258;
}
</style>
background-color css
<style>
a { background-color: #1D5258; }
a { background-color: rgb(29,82,88); }
div.DivClassName
{
background-color: #1D5258;
}
.BgClassName
{
background-color: #1D5258;
}
</style>
border-color css
<style>
span { border-color: #1D5258; }
span { border-color: rgb(29,82,88); }
td.TdClassName
{
border-color: #1D5258;
}
.TagClassName
{
border-color: #1D5258;
}
</style>