Shades of Niagara #1CA089
Tints of Niagara #1CA089
RGB
CMYK
RGB Variations
Color information
#1CA089 (or 0x1CA089) is known color: Niagara. HEX triplet: 1C, A0 and 89. RGB value is (28,160,137). Sum of RGB (Red+Green+Blue) = 28+160+137=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA089 is #E35F76. Grayscale: #757575. Windows color (decimal): -14901111 or 9019420. OLE color: 9019420.
HSL color Cylindrical-coordinate representation of color #1CA089: hue angle of 169.55º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1CA089 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 160 | 137 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.37 |
| HSL | 169.55º | 0.7% | 0.37% | - |
| HSV(B) | 169.55º | 0.83% | 0.63% | - |
| XYZ | 17.57 | 27.19 | 27.99 | - |
| YUV | 117.91 | 138.77 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 160 | 137 | 0.82 | 0 | 0.14 | 0.37 | 169.55 | 0.7 | 0.37 |
| Hex | 1C | A0 | 89 | 52 | 0 | E | 25 | AA | 46 | 25 |
| Octal | 34 | 240 | 211 | 122 | 0 | 16 | 45 | 252 | 106 | 45 |
| Binary | 11100 | 10100000 | 10001001 | 1010010 | 0 | 1110 | 100101 | 10101010 | 1000110 | 100101 |
Color Harmonies of #1CA089
Complementary color
Monochromatic Colors of #1CA089
Black with #1CA089
Text Example
Text Example
White with #1CA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA089; }
p { color: rgb(28,160,137); }
H1.HeaderClassName
{
color: #1CA089;
}
.AnyTagClassName
{
color: #1CA089;
}
</style>
background-color css
<style>
a { background-color: #1CA089; }
a { background-color: rgb(28,160,137); }
div.DivClassName
{
background-color: #1CA089;
}
.BgClassName
{
background-color: #1CA089;
}
</style>
border-color css
<style>
span { border-color: #1CA089; }
span { border-color: rgb(28,160,137); }
td.TdClassName
{
border-color: #1CA089;
}
.TagClassName
{
border-color: #1CA089;
}
</style>