Shades of Niagara #1D9884
Tints of Niagara #1D9884
RGB
CMYK
RGB Variations
Color information
#1D9884 (or 0x1D9884) is known color: Niagara. HEX triplet: 1D, 98 and 84. RGB value is (29,152,132). Sum of RGB (Red+Green+Blue) = 29+152+132=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #1D9884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9884 is #E2677B. Grayscale: #707070. Windows color (decimal): -14837628 or 8689693. OLE color: 8689693.
HSL color Cylindrical-coordinate representation of color #1D9884: hue angle of 170.24º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9884 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 132 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.40 |
| HSL | 170.24º | 0.68% | 0.35% | - |
| HSV(B) | 170.24º | 0.81% | 0.6% | - |
| XYZ | 15.9 | 24.38 | 25.7 | - |
| YUV | 112.94 | 138.75 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 132 | 0.81 | 0 | 0.13 | 0.40 | 170.24 | 0.68 | 0.35 |
| Hex | 1D | 98 | 84 | 51 | 0 | D | 28 | AA | 44 | 23 |
| Octal | 35 | 230 | 204 | 121 | 0 | 15 | 50 | 252 | 104 | 43 |
| Binary | 11101 | 10011000 | 10000100 | 1010001 | 0 | 1101 | 101000 | 10101010 | 1000100 | 100011 |
Color Harmonies of #1D9884
Complementary color
Monochromatic Colors of #1D9884
Black with #1D9884
Text Example
Text Example
White with #1D9884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9884; }
p { color: rgb(29,152,132); }
H1.HeaderClassName
{
color: #1D9884;
}
.AnyTagClassName
{
color: #1D9884;
}
</style>
background-color css
<style>
a { background-color: #1D9884; }
a { background-color: rgb(29,152,132); }
div.DivClassName
{
background-color: #1D9884;
}
.BgClassName
{
background-color: #1D9884;
}
</style>
border-color css
<style>
span { border-color: #1D9884; }
span { border-color: rgb(29,152,132); }
td.TdClassName
{
border-color: #1D9884;
}
.TagClassName
{
border-color: #1D9884;
}
</style>