Shades of Niagara #1DA284
Tints of Niagara #1DA284
RGB
CMYK
RGB Variations
Color information
#1DA284 (or 0x1DA284) is known color: Niagara. HEX triplet: 1D, A2 and 84. RGB value is (29,162,132). Sum of RGB (Red+Green+Blue) = 29+162+132=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA284 is #E25D7B. Grayscale: #767676. Windows color (decimal): -14835068 or 8692253. OLE color: 8692253.
HSL color Cylindrical-coordinate representation of color #1DA284: hue angle of 166.47º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA284 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 132 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.36 |
| HSL | 166.47º | 0.7% | 0.37% | - |
| HSV(B) | 166.47º | 0.82% | 0.64% | - |
| XYZ | 17.59 | 27.77 | 26.26 | - |
| YUV | 118.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 132 | 0.82 | 0 | 0.19 | 0.36 | 166.47 | 0.7 | 0.37 |
| Hex | 1D | A2 | 84 | 52 | 0 | 13 | 24 | A6 | 46 | 25 |
| Octal | 35 | 242 | 204 | 122 | 0 | 23 | 44 | 246 | 106 | 45 |
| Binary | 11101 | 10100010 | 10000100 | 1010010 | 0 | 10011 | 100100 | 10100110 | 1000110 | 100101 |
Color Harmonies of #1DA284
Complementary color
Monochromatic Colors of #1DA284
Black with #1DA284
Text Example
Text Example
White with #1DA284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA284; }
p { color: rgb(29,162,132); }
H1.HeaderClassName
{
color: #1DA284;
}
.AnyTagClassName
{
color: #1DA284;
}
</style>
background-color css
<style>
a { background-color: #1DA284; }
a { background-color: rgb(29,162,132); }
div.DivClassName
{
background-color: #1DA284;
}
.BgClassName
{
background-color: #1DA284;
}
</style>
border-color css
<style>
span { border-color: #1DA284; }
span { border-color: rgb(29,162,132); }
td.TdClassName
{
border-color: #1DA284;
}
.TagClassName
{
border-color: #1DA284;
}
</style>