Shades of Niagara #1CA586
Tints of Niagara #1CA586
RGB
CMYK
RGB Variations
Color information
#1CA586 (or 0x1CA586) is known color: Niagara. HEX triplet: 1C, A5 and 86. RGB value is (28,165,134). Sum of RGB (Red+Green+Blue) = 28+165+134=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA586 is #E35A79. Grayscale: #787878. Windows color (decimal): -14899834 or 8824092. OLE color: 8824092.
HSL color Cylindrical-coordinate representation of color #1CA586: hue angle of 166.42º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA586 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 28 | 165 | 134 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.35 |
| HSL | 166.42º | 0.71% | 0.38% | - |
| HSV(B) | 166.42º | 0.83% | 0.65% | - |
| XYZ | 18.24 | 28.88 | 27.17 | - |
| YUV | 120.5 | 135.61 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 165 | 134 | 0.83 | 0 | 0.19 | 0.35 | 166.42 | 0.71 | 0.38 |
| Hex | 1C | A5 | 86 | 53 | 0 | 13 | 23 | A6 | 47 | 26 |
| Octal | 34 | 245 | 206 | 123 | 0 | 23 | 43 | 246 | 107 | 46 |
| Binary | 11100 | 10100101 | 10000110 | 1010011 | 0 | 10011 | 100011 | 10100110 | 1000111 | 100110 |
Color Harmonies of #1CA586
Complementary color
Monochromatic Colors of #1CA586
Black with #1CA586
Text Example
Text Example
White with #1CA586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA586; }
p { color: rgb(28,165,134); }
H1.HeaderClassName
{
color: #1CA586;
}
.AnyTagClassName
{
color: #1CA586;
}
</style>
background-color css
<style>
a { background-color: #1CA586; }
a { background-color: rgb(28,165,134); }
div.DivClassName
{
background-color: #1CA586;
}
.BgClassName
{
background-color: #1CA586;
}
</style>
border-color css
<style>
span { border-color: #1CA586; }
span { border-color: rgb(28,165,134); }
td.TdClassName
{
border-color: #1CA586;
}
.TagClassName
{
border-color: #1CA586;
}
</style>