Shades of Niagara #1DAD92
Tints of Niagara #1DAD92
RGB
CMYK
RGB Variations
Color information
#1DAD92 (or 0x1DAD92) is known color: Niagara. HEX triplet: 1D, AD and 92. RGB value is (29,173,146). Sum of RGB (Red+Green+Blue) = 29+173+146=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAD92 is #E2526D. Grayscale: #7E7E7E. Windows color (decimal): -14832238 or 9612573. OLE color: 9612573.
HSL color Cylindrical-coordinate representation of color #1DAD92: hue angle of 168.75º 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 #1DAD92 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 146 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.32 |
| HSL | 168.75º | 0.71% | 0.4% | - |
| HSV(B) | 168.75º | 0.83% | 0.68% | - |
| XYZ | 20.64 | 32.22 | 32.33 | - |
| YUV | 126.87 | 138.79 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 146 | 0.83 | 0 | 0.16 | 0.32 | 168.75 | 0.71 | 0.4 |
| Hex | 1D | AD | 92 | 53 | 0 | 10 | 20 | A9 | 47 | 28 |
| Octal | 35 | 255 | 222 | 123 | 0 | 20 | 40 | 251 | 107 | 50 |
| Binary | 11101 | 10101101 | 10010010 | 1010011 | 0 | 10000 | 100000 | 10101001 | 1000111 | 101000 |
Color Harmonies of #1DAD92
Complementary color
Monochromatic Colors of #1DAD92
Black with #1DAD92
Text Example
Text Example
White with #1DAD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD92; }
p { color: rgb(29,173,146); }
H1.HeaderClassName
{
color: #1DAD92;
}
.AnyTagClassName
{
color: #1DAD92;
}
</style>
background-color css
<style>
a { background-color: #1DAD92; }
a { background-color: rgb(29,173,146); }
div.DivClassName
{
background-color: #1DAD92;
}
.BgClassName
{
background-color: #1DAD92;
}
</style>
border-color css
<style>
span { border-color: #1DAD92; }
span { border-color: rgb(29,173,146); }
td.TdClassName
{
border-color: #1DAD92;
}
.TagClassName
{
border-color: #1DAD92;
}
</style>