Shades of Niagara #1DA189
Tints of Niagara #1DA189
RGB
CMYK
RGB Variations
Color information
#1DA189 (or 0x1DA189) is known color: Niagara. HEX triplet: 1D, A1 and 89. RGB value is (29,161,137). Sum of RGB (Red+Green+Blue) = 29+161+137=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA189 is #E25E76. Grayscale: #767676. Windows color (decimal): -14835319 or 9019677. OLE color: 9019677.
HSL color Cylindrical-coordinate representation of color #1DA189: hue angle of 169.09º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA189 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 137 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.37 |
| HSL | 169.09º | 0.69% | 0.37% | - |
| HSV(B) | 169.09º | 0.82% | 0.63% | - |
| XYZ | 17.77 | 27.56 | 28.05 | - |
| YUV | 118.8 | 138.27 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 137 | 0.82 | 0 | 0.15 | 0.37 | 169.09 | 0.69 | 0.37 |
| Hex | 1D | A1 | 89 | 52 | 0 | F | 25 | A9 | 45 | 25 |
| Octal | 35 | 241 | 211 | 122 | 0 | 17 | 45 | 251 | 105 | 45 |
| Binary | 11101 | 10100001 | 10001001 | 1010010 | 0 | 1111 | 100101 | 10101001 | 1000101 | 100101 |
Color Harmonies of #1DA189
Complementary color
Monochromatic Colors of #1DA189
Black with #1DA189
Text Example
Text Example
White with #1DA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA189; }
p { color: rgb(29,161,137); }
H1.HeaderClassName
{
color: #1DA189;
}
.AnyTagClassName
{
color: #1DA189;
}
</style>
background-color css
<style>
a { background-color: #1DA189; }
a { background-color: rgb(29,161,137); }
div.DivClassName
{
background-color: #1DA189;
}
.BgClassName
{
background-color: #1DA189;
}
</style>
border-color css
<style>
span { border-color: #1DA189; }
span { border-color: rgb(29,161,137); }
td.TdClassName
{
border-color: #1DA189;
}
.TagClassName
{
border-color: #1DA189;
}
</style>