Shades of Niagara #1CA889
Tints of Niagara #1CA889
RGB
CMYK
RGB Variations
Color information
#1CA889 (or 0x1CA889) is known color: Niagara. HEX triplet: 1C, A8 and 89. RGB value is (28,168,137). Sum of RGB (Red+Green+Blue) = 28+168+137=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA889 is #E35776. Grayscale: #7A7A7A. Windows color (decimal): -14899063 or 9021468. OLE color: 9021468.
HSL color Cylindrical-coordinate representation of color #1CA889: hue angle of 166.71º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA889 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 168 | 137 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.34 |
| HSL | 166.71º | 0.71% | 0.38% | - |
| HSV(B) | 166.71º | 0.83% | 0.66% | - |
| XYZ | 19 | 30.06 | 28.47 | - |
| YUV | 122.61 | 136.12 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 137 | 0.83 | 0 | 0.18 | 0.34 | 166.71 | 0.71 | 0.38 |
| Hex | 1C | A8 | 89 | 53 | 0 | 12 | 22 | A7 | 47 | 26 |
| Octal | 34 | 250 | 211 | 123 | 0 | 22 | 42 | 247 | 107 | 46 |
| Binary | 11100 | 10101000 | 10001001 | 1010011 | 0 | 10010 | 100010 | 10100111 | 1000111 | 100110 |
Color Harmonies of #1CA889
Complementary color
Monochromatic Colors of #1CA889
Black with #1CA889
Text Example
Text Example
White with #1CA889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA889; }
p { color: rgb(28,168,137); }
H1.HeaderClassName
{
color: #1CA889;
}
.AnyTagClassName
{
color: #1CA889;
}
</style>
background-color css
<style>
a { background-color: #1CA889; }
a { background-color: rgb(28,168,137); }
div.DivClassName
{
background-color: #1CA889;
}
.BgClassName
{
background-color: #1CA889;
}
</style>
border-color css
<style>
span { border-color: #1CA889; }
span { border-color: rgb(28,168,137); }
td.TdClassName
{
border-color: #1CA889;
}
.TagClassName
{
border-color: #1CA889;
}
</style>