Shades of Niagara #1DA689
Tints of Niagara #1DA689
RGB
CMYK
RGB Variations
Color information
#1DA689 (or 0x1DA689) is known color: Niagara. HEX triplet: 1D, A6 and 89. RGB value is (29,166,137). Sum of RGB (Red+Green+Blue) = 29+166+137=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA689 is #E25976. Grayscale: #797979. Windows color (decimal): -14834039 or 9020957. OLE color: 9020957.
HSL color Cylindrical-coordinate representation of color #1DA689: hue angle of 167.3º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA689 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 166 | 137 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.35 |
| HSL | 167.3º | 0.7% | 0.38% | - |
| HSV(B) | 167.3º | 0.83% | 0.65% | - |
| XYZ | 18.66 | 29.34 | 28.35 | - |
| YUV | 121.73 | 136.61 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 137 | 0.83 | 0 | 0.17 | 0.35 | 167.3 | 0.7 | 0.38 |
| Hex | 1D | A6 | 89 | 53 | 0 | 11 | 23 | A7 | 46 | 26 |
| Octal | 35 | 246 | 211 | 123 | 0 | 21 | 43 | 247 | 106 | 46 |
| Binary | 11101 | 10100110 | 10001001 | 1010011 | 0 | 10001 | 100011 | 10100111 | 1000110 | 100110 |
Color Harmonies of #1DA689
Complementary color
Monochromatic Colors of #1DA689
Black with #1DA689
Text Example
Text Example
White with #1DA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA689; }
p { color: rgb(29,166,137); }
H1.HeaderClassName
{
color: #1DA689;
}
.AnyTagClassName
{
color: #1DA689;
}
</style>
background-color css
<style>
a { background-color: #1DA689; }
a { background-color: rgb(29,166,137); }
div.DivClassName
{
background-color: #1DA689;
}
.BgClassName
{
background-color: #1DA689;
}
</style>
border-color css
<style>
span { border-color: #1DA689; }
span { border-color: rgb(29,166,137); }
td.TdClassName
{
border-color: #1DA689;
}
.TagClassName
{
border-color: #1DA689;
}
</style>