Shades of Teal Blue #1D525E
Tints of Teal Blue #1D525E
RGB
CMYK
RGB Variations
Color information
#1D525E (or 0x1D525E) is known color: Teal Blue. HEX triplet: 1D, 52 and 5E. RGB value is (29,82,94). Sum of RGB (Red+Green+Blue) = 29+82+94=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D525E is #E2ADA1. Grayscale: #434343. Windows color (decimal): -14855586 or 6181405. OLE color: 6181405.
HSL color Cylindrical-coordinate representation of color #1D525E: hue angle of 191.08º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D525E is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 82 | 94 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.63 |
| HSL | 191.08º | 0.53% | 0.24% | - |
| HSV(B) | 191.08º | 0.69% | 0.37% | - |
| XYZ | 5.54 | 7.1 | 11.67 | - |
| YUV | 67.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 94 | 0.69 | 0.13 | 0 | 0.63 | 191.08 | 0.53 | 0.24 |
| Hex | 1D | 52 | 5E | 45 | D | 0 | 3F | BF | 35 | 18 |
| Octal | 35 | 122 | 136 | 105 | 15 | 0 | 77 | 277 | 65 | 30 |
| Binary | 11101 | 1010010 | 1011110 | 1000101 | 1101 | 0 | 111111 | 10111111 | 110101 | 11000 |
Color Harmonies of #1D525E
Complementary color
Monochromatic Colors of #1D525E
Black with #1D525E
Text Example
Text Example
White with #1D525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D525E; }
p { color: rgb(29,82,94); }
H1.HeaderClassName
{
color: #1D525E;
}
.AnyTagClassName
{
color: #1D525E;
}
</style>
background-color css
<style>
a { background-color: #1D525E; }
a { background-color: rgb(29,82,94); }
div.DivClassName
{
background-color: #1D525E;
}
.BgClassName
{
background-color: #1D525E;
}
</style>
border-color css
<style>
span { border-color: #1D525E; }
span { border-color: rgb(29,82,94); }
td.TdClassName
{
border-color: #1D525E;
}
.TagClassName
{
border-color: #1D525E;
}
</style>