Shades of Niagara #1CA485
Tints of Niagara #1CA485
RGB
CMYK
RGB Variations
Color information
#1CA485 (or 0x1CA485) is known color: Niagara. HEX triplet: 1C, A4 and 85. RGB value is (28,164,133). Sum of RGB (Red+Green+Blue) = 28+164+133=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA485 is #E35B7A. Grayscale: #777777. Windows color (decimal): -14900091 or 8758300. OLE color: 8758300.
HSL color Cylindrical-coordinate representation of color #1CA485: hue angle of 166.32º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA485 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 164 | 133 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.36 |
| HSL | 166.32º | 0.71% | 0.38% | - |
| HSV(B) | 166.32º | 0.83% | 0.64% | - |
| XYZ | 17.99 | 28.49 | 26.74 | - |
| YUV | 119.8 | 135.44 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 164 | 133 | 0.83 | 0 | 0.19 | 0.36 | 166.32 | 0.71 | 0.38 |
| Hex | 1C | A4 | 85 | 53 | 0 | 13 | 24 | A6 | 47 | 26 |
| Octal | 34 | 244 | 205 | 123 | 0 | 23 | 44 | 246 | 107 | 46 |
| Binary | 11100 | 10100100 | 10000101 | 1010011 | 0 | 10011 | 100100 | 10100110 | 1000111 | 100110 |
Color Harmonies of #1CA485
Complementary color
Monochromatic Colors of #1CA485
Black with #1CA485
Text Example
Text Example
White with #1CA485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA485; }
p { color: rgb(28,164,133); }
H1.HeaderClassName
{
color: #1CA485;
}
.AnyTagClassName
{
color: #1CA485;
}
</style>
background-color css
<style>
a { background-color: #1CA485; }
a { background-color: rgb(28,164,133); }
div.DivClassName
{
background-color: #1CA485;
}
.BgClassName
{
background-color: #1CA485;
}
</style>
border-color css
<style>
span { border-color: #1CA485; }
span { border-color: rgb(28,164,133); }
td.TdClassName
{
border-color: #1CA485;
}
.TagClassName
{
border-color: #1CA485;
}
</style>