Shades of Niagara #1DA694
Tints of Niagara #1DA694
RGB
CMYK
RGB Variations
Color information
#1DA694 (or 0x1DA694) is known color: Niagara. HEX triplet: 1D, A6 and 94. RGB value is (29,166,148). Sum of RGB (Red+Green+Blue) = 29+166+148=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA694 is #E2596B. Grayscale: #7A7A7A. Windows color (decimal): -14834028 or 9741853. OLE color: 9741853.
HSL color Cylindrical-coordinate representation of color #1DA694: hue angle of 172.12º 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 #1DA694 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 166 | 148 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.35 |
| HSL | 172.12º | 0.7% | 0.38% | - |
| HSV(B) | 172.12º | 0.83% | 0.65% | - |
| XYZ | 19.49 | 29.67 | 32.72 | - |
| YUV | 122.99 | 142.11 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 148 | 0.83 | 0 | 0.11 | 0.35 | 172.12 | 0.7 | 0.38 |
| Hex | 1D | A6 | 94 | 53 | 0 | B | 23 | AC | 46 | 26 |
| Octal | 35 | 246 | 224 | 123 | 0 | 13 | 43 | 254 | 106 | 46 |
| Binary | 11101 | 10100110 | 10010100 | 1010011 | 0 | 1011 | 100011 | 10101100 | 1000110 | 100110 |
Color Harmonies of #1DA694
Complementary color
Monochromatic Colors of #1DA694
Black with #1DA694
Text Example
Text Example
White with #1DA694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA694; }
p { color: rgb(29,166,148); }
H1.HeaderClassName
{
color: #1DA694;
}
.AnyTagClassName
{
color: #1DA694;
}
</style>
background-color css
<style>
a { background-color: #1DA694; }
a { background-color: rgb(29,166,148); }
div.DivClassName
{
background-color: #1DA694;
}
.BgClassName
{
background-color: #1DA694;
}
</style>
border-color css
<style>
span { border-color: #1DA694; }
span { border-color: rgb(29,166,148); }
td.TdClassName
{
border-color: #1DA694;
}
.TagClassName
{
border-color: #1DA694;
}
</style>