Shades of Niagara #1CA184
Tints of Niagara #1CA184
RGB
CMYK
RGB Variations
Color information
#1CA184 (or 0x1CA184) is known color: Niagara. HEX triplet: 1C, A1 and 84. RGB value is (28,161,132). Sum of RGB (Red+Green+Blue) = 28+161+132=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA184 is #E35E7B. Grayscale: #757575. Windows color (decimal): -14900860 or 8691996. OLE color: 8691996.
HSL color Cylindrical-coordinate representation of color #1CA184: hue angle of 166.92º 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 #1CA184 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 161 | 132 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.37 |
| HSL | 166.92º | 0.7% | 0.37% | - |
| HSV(B) | 166.92º | 0.83% | 0.63% | - |
| XYZ | 17.39 | 27.4 | 26.2 | - |
| YUV | 117.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 161 | 132 | 0.83 | 0 | 0.18 | 0.37 | 166.92 | 0.7 | 0.37 |
| Hex | 1C | A1 | 84 | 53 | 0 | 12 | 25 | A7 | 46 | 25 |
| Octal | 34 | 241 | 204 | 123 | 0 | 22 | 45 | 247 | 106 | 45 |
| Binary | 11100 | 10100001 | 10000100 | 1010011 | 0 | 10010 | 100101 | 10100111 | 1000110 | 100101 |
Color Harmonies of #1CA184
Complementary color
Monochromatic Colors of #1CA184
Black with #1CA184
Text Example
Text Example
White with #1CA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA184; }
p { color: rgb(28,161,132); }
H1.HeaderClassName
{
color: #1CA184;
}
.AnyTagClassName
{
color: #1CA184;
}
</style>
background-color css
<style>
a { background-color: #1CA184; }
a { background-color: rgb(28,161,132); }
div.DivClassName
{
background-color: #1CA184;
}
.BgClassName
{
background-color: #1CA184;
}
</style>
border-color css
<style>
span { border-color: #1CA184; }
span { border-color: rgb(28,161,132); }
td.TdClassName
{
border-color: #1CA184;
}
.TagClassName
{
border-color: #1CA184;
}
</style>