Shades of Teal Blue #1D4C59
Tints of Teal Blue #1D4C59
RGB
CMYK
RGB Variations
Color information
#1D4C59 (or 0x1D4C59) is known color: Teal Blue. HEX triplet: 1D, 4C and 59. RGB value is (29,76,89). Sum of RGB (Red+Green+Blue) = 29+76+89=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D4C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4C59 is #E2B3A6. Grayscale: #3F3F3F. Windows color (decimal): -14857127 or 5852189. OLE color: 5852189.
HSL color Cylindrical-coordinate representation of color #1D4C59: hue angle of 193º degrees, saturation: 0.51, 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 #1D4C59 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 76 | 89 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.65 |
| HSL | 193º | 0.51% | 0.23% | - |
| HSV(B) | 193º | 0.67% | 0.35% | - |
| XYZ | 4.89 | 6.15 | 10.38 | - |
| YUV | 63.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 89 | 0.67 | 0.15 | 0 | 0.65 | 193 | 0.51 | 0.23 |
| Hex | 1D | 4C | 59 | 43 | F | 0 | 41 | C1 | 33 | 17 |
| Octal | 35 | 114 | 131 | 103 | 17 | 0 | 101 | 301 | 63 | 27 |
| Binary | 11101 | 1001100 | 1011001 | 1000011 | 1111 | 0 | 1000001 | 11000001 | 110011 | 10111 |
Color Harmonies of #1D4C59
Complementary color
Monochromatic Colors of #1D4C59
Black with #1D4C59
Text Example
Text Example
White with #1D4C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4C59; }
p { color: rgb(29,76,89); }
H1.HeaderClassName
{
color: #1D4C59;
}
.AnyTagClassName
{
color: #1D4C59;
}
</style>
background-color css
<style>
a { background-color: #1D4C59; }
a { background-color: rgb(29,76,89); }
div.DivClassName
{
background-color: #1D4C59;
}
.BgClassName
{
background-color: #1D4C59;
}
</style>
border-color css
<style>
span { border-color: #1D4C59; }
span { border-color: rgb(29,76,89); }
td.TdClassName
{
border-color: #1D4C59;
}
.TagClassName
{
border-color: #1D4C59;
}
</style>