Shades of Niagara #1DAE94
Tints of Niagara #1DAE94
RGB
CMYK
RGB Variations
Color information
#1DAE94 (or 0x1DAE94) is known color: Niagara. HEX triplet: 1D, AE and 94. RGB value is (29,174,148). Sum of RGB (Red+Green+Blue) = 29+174+148=351 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.26% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAE94 is #E2516B. Grayscale: #7F7F7F. Windows color (decimal): -14831980 or 9743901. OLE color: 9743901.
HSL color Cylindrical-coordinate representation of color #1DAE94: hue angle of 169.24º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAE94 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 148 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.32 |
| HSL | 169.24º | 0.71% | 0.4% | - |
| HSV(B) | 169.24º | 0.83% | 0.68% | - |
| XYZ | 20.99 | 32.67 | 33.22 | - |
| YUV | 127.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 148 | 0.83 | 0 | 0.15 | 0.32 | 169.24 | 0.71 | 0.4 |
| Hex | 1D | AE | 94 | 53 | 0 | F | 20 | A9 | 47 | 28 |
| Octal | 35 | 256 | 224 | 123 | 0 | 17 | 40 | 251 | 107 | 50 |
| Binary | 11101 | 10101110 | 10010100 | 1010011 | 0 | 1111 | 100000 | 10101001 | 1000111 | 101000 |
Color Harmonies of #1DAE94
Complementary color
Monochromatic Colors of #1DAE94
Black with #1DAE94
Text Example
Text Example
White with #1DAE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE94; }
p { color: rgb(29,174,148); }
H1.HeaderClassName
{
color: #1DAE94;
}
.AnyTagClassName
{
color: #1DAE94;
}
</style>
background-color css
<style>
a { background-color: #1DAE94; }
a { background-color: rgb(29,174,148); }
div.DivClassName
{
background-color: #1DAE94;
}
.BgClassName
{
background-color: #1DAE94;
}
</style>
border-color css
<style>
span { border-color: #1DAE94; }
span { border-color: rgb(29,174,148); }
td.TdClassName
{
border-color: #1DAE94;
}
.TagClassName
{
border-color: #1DAE94;
}
</style>