Shades of Niagara #1CA187
Tints of Niagara #1CA187
RGB
CMYK
RGB Variations
Color information
#1CA187 (or 0x1CA187) is known color: Niagara. HEX triplet: 1C, A1 and 87. RGB value is (28,161,135). Sum of RGB (Red+Green+Blue) = 28+161+135=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA187 is #E35E78. Grayscale: #767676. Windows color (decimal): -14900857 or 8888604. OLE color: 8888604.
HSL color Cylindrical-coordinate representation of color #1CA187: hue angle of 168.27º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA187 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 161 | 135 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.37 |
| HSL | 168.27º | 0.7% | 0.37% | - |
| HSV(B) | 168.27º | 0.83% | 0.63% | - |
| XYZ | 17.6 | 27.49 | 27.3 | - |
| YUV | 118.27 | 137.44 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 161 | 135 | 0.83 | 0 | 0.16 | 0.37 | 168.27 | 0.7 | 0.37 |
| Hex | 1C | A1 | 87 | 53 | 0 | 10 | 25 | A8 | 46 | 25 |
| Octal | 34 | 241 | 207 | 123 | 0 | 20 | 45 | 250 | 106 | 45 |
| Binary | 11100 | 10100001 | 10000111 | 1010011 | 0 | 10000 | 100101 | 10101000 | 1000110 | 100101 |
Color Harmonies of #1CA187
Complementary color
Monochromatic Colors of #1CA187
Black with #1CA187
Text Example
Text Example
White with #1CA187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA187; }
p { color: rgb(28,161,135); }
H1.HeaderClassName
{
color: #1CA187;
}
.AnyTagClassName
{
color: #1CA187;
}
</style>
background-color css
<style>
a { background-color: #1CA187; }
a { background-color: rgb(28,161,135); }
div.DivClassName
{
background-color: #1CA187;
}
.BgClassName
{
background-color: #1CA187;
}
</style>
border-color css
<style>
span { border-color: #1CA187; }
span { border-color: rgb(28,161,135); }
td.TdClassName
{
border-color: #1CA187;
}
.TagClassName
{
border-color: #1CA187;
}
</style>