Shades of Teal Blue #1D555D
Tints of Teal Blue #1D555D
RGB
CMYK
RGB Variations
Color information
#1D555D (or 0x1D555D) is known color: Teal Blue. HEX triplet: 1D, 55 and 5D. RGB value is (29,85,93). Sum of RGB (Red+Green+Blue) = 29+85+93=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D555D is #E2AAA2. Grayscale: #454545. Windows color (decimal): -14854819 or 6116637. OLE color: 6116637.
HSL color Cylindrical-coordinate representation of color #1D555D: hue angle of 187.5º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D555D is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 85 | 93 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.64 |
| HSL | 187.5º | 0.52% | 0.24% | - |
| HSV(B) | 187.5º | 0.69% | 0.36% | - |
| XYZ | 5.73 | 7.55 | 11.51 | - |
| YUV | 69.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 93 | 0.69 | 0.09 | 0 | 0.64 | 187.5 | 0.52 | 0.24 |
| Hex | 1D | 55 | 5D | 45 | 9 | 0 | 40 | BC | 34 | 18 |
| Octal | 35 | 125 | 135 | 105 | 11 | 0 | 100 | 274 | 64 | 30 |
| Binary | 11101 | 1010101 | 1011101 | 1000101 | 1001 | 0 | 1000000 | 10111100 | 110100 | 11000 |
Color Harmonies of #1D555D
Complementary color
Monochromatic Colors of #1D555D
Black with #1D555D
Text Example
Text Example
White with #1D555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D555D; }
p { color: rgb(29,85,93); }
H1.HeaderClassName
{
color: #1D555D;
}
.AnyTagClassName
{
color: #1D555D;
}
</style>
background-color css
<style>
a { background-color: #1D555D; }
a { background-color: rgb(29,85,93); }
div.DivClassName
{
background-color: #1D555D;
}
.BgClassName
{
background-color: #1D555D;
}
</style>
border-color css
<style>
span { border-color: #1D555D; }
span { border-color: rgb(29,85,93); }
td.TdClassName
{
border-color: #1D555D;
}
.TagClassName
{
border-color: #1D555D;
}
</style>