Shades of Teal Blue #1D4A57
Tints of Teal Blue #1D4A57
RGB
CMYK
RGB Variations
Color information
#1D4A57 (or 0x1D4A57) is known color: Teal Blue. HEX triplet: 1D, 4A and 57. RGB value is (29,74,87). Sum of RGB (Red+Green+Blue) = 29+74+87=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D4A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4A57 is #E2B5A8. Grayscale: #3D3D3D. Windows color (decimal): -14857641 or 5720605. OLE color: 5720605.
HSL color Cylindrical-coordinate representation of color #1D4A57: hue angle of 193.45º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4A57 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 74 | 87 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.66 |
| HSL | 193.45º | 0.5% | 0.23% | - |
| HSV(B) | 193.45º | 0.67% | 0.34% | - |
| XYZ | 4.68 | 5.85 | 9.9 | - |
| YUV | 62.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 87 | 0.67 | 0.15 | 0 | 0.66 | 193.45 | 0.5 | 0.23 |
| Hex | 1D | 4A | 57 | 43 | F | 0 | 42 | C1 | 32 | 17 |
| Octal | 35 | 112 | 127 | 103 | 17 | 0 | 102 | 301 | 62 | 27 |
| Binary | 11101 | 1001010 | 1010111 | 1000011 | 1111 | 0 | 1000010 | 11000001 | 110010 | 10111 |
Color Harmonies of #1D4A57
Complementary color
Monochromatic Colors of #1D4A57
Black with #1D4A57
Text Example
Text Example
White with #1D4A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4A57; }
p { color: rgb(29,74,87); }
H1.HeaderClassName
{
color: #1D4A57;
}
.AnyTagClassName
{
color: #1D4A57;
}
</style>
background-color css
<style>
a { background-color: #1D4A57; }
a { background-color: rgb(29,74,87); }
div.DivClassName
{
background-color: #1D4A57;
}
.BgClassName
{
background-color: #1D4A57;
}
</style>
border-color css
<style>
span { border-color: #1D4A57; }
span { border-color: rgb(29,74,87); }
td.TdClassName
{
border-color: #1D4A57;
}
.TagClassName
{
border-color: #1D4A57;
}
</style>