Shades of Niagara #1DA384
Tints of Niagara #1DA384
RGB
CMYK
RGB Variations
Color information
#1DA384 (or 0x1DA384) is known color: Niagara. HEX triplet: 1D, A3 and 84. RGB value is (29,163,132). Sum of RGB (Red+Green+Blue) = 29+163+132=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA384 is #E25C7B. Grayscale: #777777. Windows color (decimal): -14834812 or 8692509. OLE color: 8692509.
HSL color Cylindrical-coordinate representation of color #1DA384: hue angle of 166.12º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA384 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 132 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.36 |
| HSL | 166.12º | 0.7% | 0.38% | - |
| HSV(B) | 166.12º | 0.82% | 0.64% | - |
| XYZ | 17.77 | 28.12 | 26.32 | - |
| YUV | 119.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 132 | 0.82 | 0 | 0.19 | 0.36 | 166.12 | 0.7 | 0.38 |
| Hex | 1D | A3 | 84 | 52 | 0 | 13 | 24 | A6 | 46 | 26 |
| Octal | 35 | 243 | 204 | 122 | 0 | 23 | 44 | 246 | 106 | 46 |
| Binary | 11101 | 10100011 | 10000100 | 1010010 | 0 | 10011 | 100100 | 10100110 | 1000110 | 100110 |
Color Harmonies of #1DA384
Complementary color
Monochromatic Colors of #1DA384
Black with #1DA384
Text Example
Text Example
White with #1DA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA384; }
p { color: rgb(29,163,132); }
H1.HeaderClassName
{
color: #1DA384;
}
.AnyTagClassName
{
color: #1DA384;
}
</style>
background-color css
<style>
a { background-color: #1DA384; }
a { background-color: rgb(29,163,132); }
div.DivClassName
{
background-color: #1DA384;
}
.BgClassName
{
background-color: #1DA384;
}
</style>
border-color css
<style>
span { border-color: #1DA384; }
span { border-color: rgb(29,163,132); }
td.TdClassName
{
border-color: #1DA384;
}
.TagClassName
{
border-color: #1DA384;
}
</style>