Shades of Teal Blue #1D5358
Tints of Teal Blue #1D5358
RGB
CMYK
RGB Variations
Color information
#1D5358 (or 0x1D5358) is known color: Teal Blue. HEX triplet: 1D, 53 and 58. RGB value is (29,83,88). Sum of RGB (Red+Green+Blue) = 29+83+88=200 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D5358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5358 is #E2ACA7. Grayscale: #434343. Windows color (decimal): -14855336 or 5788445. OLE color: 5788445.
HSL color Cylindrical-coordinate representation of color #1D5358: hue angle of 185.08º 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 #1D5358 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 83 | 88 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.65 |
| HSL | 185.08º | 0.5% | 0.23% | - |
| HSV(B) | 185.08º | 0.67% | 0.35% | - |
| XYZ | 5.36 | 7.15 | 10.33 | - |
| YUV | 67.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 88 | 0.67 | 0.06 | 0 | 0.65 | 185.08 | 0.5 | 0.23 |
| Hex | 1D | 53 | 58 | 43 | 6 | 0 | 41 | B9 | 32 | 17 |
| Octal | 35 | 123 | 130 | 103 | 6 | 0 | 101 | 271 | 62 | 27 |
| Binary | 11101 | 1010011 | 1011000 | 1000011 | 110 | 0 | 1000001 | 10111001 | 110010 | 10111 |
Color Harmonies of #1D5358
Complementary color
Monochromatic Colors of #1D5358
Black with #1D5358
Text Example
Text Example
White with #1D5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5358; }
p { color: rgb(29,83,88); }
H1.HeaderClassName
{
color: #1D5358;
}
.AnyTagClassName
{
color: #1D5358;
}
</style>
background-color css
<style>
a { background-color: #1D5358; }
a { background-color: rgb(29,83,88); }
div.DivClassName
{
background-color: #1D5358;
}
.BgClassName
{
background-color: #1D5358;
}
</style>
border-color css
<style>
span { border-color: #1D5358; }
span { border-color: rgb(29,83,88); }
td.TdClassName
{
border-color: #1D5358;
}
.TagClassName
{
border-color: #1D5358;
}
</style>