Shades of Teal Blue #1D4E59
Tints of Teal Blue #1D4E59
RGB
CMYK
RGB Variations
Color information
#1D4E59 (or 0x1D4E59) is known color: Teal Blue. HEX triplet: 1D, 4E and 59. RGB value is (29,78,89). Sum of RGB (Red+Green+Blue) = 29+78+89=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D4E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4E59 is #E2B1A6. Grayscale: #404040. Windows color (decimal): -14856615 or 5852701. OLE color: 5852701.
HSL color Cylindrical-coordinate representation of color #1D4E59: hue angle of 191º 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 #1D4E59 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 78 | 89 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.65 |
| HSL | 191º | 0.51% | 0.23% | - |
| HSV(B) | 191º | 0.67% | 0.35% | - |
| XYZ | 5.03 | 6.43 | 10.43 | - |
| YUV | 64.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 89 | 0.67 | 0.12 | 0 | 0.65 | 191 | 0.51 | 0.23 |
| Hex | 1D | 4E | 59 | 43 | C | 0 | 41 | BF | 33 | 17 |
| Octal | 35 | 116 | 131 | 103 | 14 | 0 | 101 | 277 | 63 | 27 |
| Binary | 11101 | 1001110 | 1011001 | 1000011 | 1100 | 0 | 1000001 | 10111111 | 110011 | 10111 |
Color Harmonies of #1D4E59
Complementary color
Monochromatic Colors of #1D4E59
Black with #1D4E59
Text Example
Text Example
White with #1D4E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4E59; }
p { color: rgb(29,78,89); }
H1.HeaderClassName
{
color: #1D4E59;
}
.AnyTagClassName
{
color: #1D4E59;
}
</style>
background-color css
<style>
a { background-color: #1D4E59; }
a { background-color: rgb(29,78,89); }
div.DivClassName
{
background-color: #1D4E59;
}
.BgClassName
{
background-color: #1D4E59;
}
</style>
border-color css
<style>
span { border-color: #1D4E59; }
span { border-color: rgb(29,78,89); }
td.TdClassName
{
border-color: #1D4E59;
}
.TagClassName
{
border-color: #1D4E59;
}
</style>