Shades of Niagara #1C9881
Tints of Niagara #1C9881
RGB
CMYK
RGB Variations
Color information
#1C9881 (or 0x1C9881) is known color: Niagara. HEX triplet: 1C, 98 and 81. RGB value is (28,152,129). Sum of RGB (Red+Green+Blue) = 28+152+129=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #1C9881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9881 is #E3677E. Grayscale: #707070. Windows color (decimal): -14903167 or 8493084. OLE color: 8493084.
HSL color Cylindrical-coordinate representation of color #1C9881: hue angle of 168.87º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9881 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 152 | 129 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.40 |
| HSL | 168.87º | 0.69% | 0.35% | - |
| HSV(B) | 168.87º | 0.82% | 0.6% | - |
| XYZ | 15.67 | 24.29 | 24.63 | - |
| YUV | 112.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 152 | 129 | 0.82 | 0 | 0.15 | 0.40 | 168.87 | 0.69 | 0.35 |
| Hex | 1C | 98 | 81 | 52 | 0 | F | 28 | A9 | 45 | 23 |
| Octal | 34 | 230 | 201 | 122 | 0 | 17 | 50 | 251 | 105 | 43 |
| Binary | 11100 | 10011000 | 10000001 | 1010010 | 0 | 1111 | 101000 | 10101001 | 1000101 | 100011 |
Color Harmonies of #1C9881
Complementary color
Monochromatic Colors of #1C9881
Black with #1C9881
Text Example
Text Example
White with #1C9881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9881; }
p { color: rgb(28,152,129); }
H1.HeaderClassName
{
color: #1C9881;
}
.AnyTagClassName
{
color: #1C9881;
}
</style>
background-color css
<style>
a { background-color: #1C9881; }
a { background-color: rgb(28,152,129); }
div.DivClassName
{
background-color: #1C9881;
}
.BgClassName
{
background-color: #1C9881;
}
</style>
border-color css
<style>
span { border-color: #1C9881; }
span { border-color: rgb(28,152,129); }
td.TdClassName
{
border-color: #1C9881;
}
.TagClassName
{
border-color: #1C9881;
}
</style>