Shades of Teal Blue #1D5461
Tints of Teal Blue #1D5461
RGB
CMYK
RGB Variations
Color information
#1D5461 (or 0x1D5461) is known color: Teal Blue. HEX triplet: 1D, 54 and 61. RGB value is (29,84,97). Sum of RGB (Red+Green+Blue) = 29+84+97=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #1D5461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5461 is #E2AB9E. Grayscale: #444444. Windows color (decimal): -14855071 or 6378525. OLE color: 6378525.
HSL color Cylindrical-coordinate representation of color #1D5461: hue angle of 191.47º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D5461 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 84 | 97 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.62 |
| HSL | 191.47º | 0.54% | 0.25% | - |
| HSV(B) | 191.47º | 0.7% | 0.38% | - |
| XYZ | 5.83 | 7.46 | 12.44 | - |
| YUV | 69.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 97 | 0.70 | 0.13 | 0 | 0.62 | 191.47 | 0.54 | 0.25 |
| Hex | 1D | 54 | 61 | 46 | D | 0 | 3E | BF | 36 | 19 |
| Octal | 35 | 124 | 141 | 106 | 15 | 0 | 76 | 277 | 66 | 31 |
| Binary | 11101 | 1010100 | 1100001 | 1000110 | 1101 | 0 | 111110 | 10111111 | 110110 | 11001 |
Color Harmonies of #1D5461
Complementary color
Monochromatic Colors of #1D5461
Black with #1D5461
Text Example
Text Example
White with #1D5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5461; }
p { color: rgb(29,84,97); }
H1.HeaderClassName
{
color: #1D5461;
}
.AnyTagClassName
{
color: #1D5461;
}
</style>
background-color css
<style>
a { background-color: #1D5461; }
a { background-color: rgb(29,84,97); }
div.DivClassName
{
background-color: #1D5461;
}
.BgClassName
{
background-color: #1D5461;
}
</style>
border-color css
<style>
span { border-color: #1D5461; }
span { border-color: rgb(29,84,97); }
td.TdClassName
{
border-color: #1D5461;
}
.TagClassName
{
border-color: #1D5461;
}
</style>