Shades of Niagara #1CB196
Tints of Niagara #1CB196
RGB
CMYK
RGB Variations
Color information
#1CB196 (or 0x1CB196) is known color: Niagara. HEX triplet: 1C, B1 and 96. RGB value is (28,177,150). Sum of RGB (Red+Green+Blue) = 28+177+150=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #1CB196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB196 is #E34E69. Grayscale: #818181. Windows color (decimal): -14896746 or 9875740. OLE color: 9875740.
HSL color Cylindrical-coordinate representation of color #1CB196: hue angle of 169.13º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB196 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 177 | 150 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.31 |
| HSL | 169.13º | 0.73% | 0.4% | - |
| HSV(B) | 169.13º | 0.84% | 0.69% | - |
| XYZ | 21.71 | 33.89 | 34.25 | - |
| YUV | 129.37 | 139.64 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 177 | 150 | 0.84 | 0 | 0.15 | 0.31 | 169.13 | 0.73 | 0.4 |
| Hex | 1C | B1 | 96 | 54 | 0 | F | 1F | A9 | 49 | 28 |
| Octal | 34 | 261 | 226 | 124 | 0 | 17 | 37 | 251 | 111 | 50 |
| Binary | 11100 | 10110001 | 10010110 | 1010100 | 0 | 1111 | 11111 | 10101001 | 1001001 | 101000 |
Color Harmonies of #1CB196
Complementary color
Monochromatic Colors of #1CB196
Black with #1CB196
Text Example
Text Example
White with #1CB196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB196; }
p { color: rgb(28,177,150); }
H1.HeaderClassName
{
color: #1CB196;
}
.AnyTagClassName
{
color: #1CB196;
}
</style>
background-color css
<style>
a { background-color: #1CB196; }
a { background-color: rgb(28,177,150); }
div.DivClassName
{
background-color: #1CB196;
}
.BgClassName
{
background-color: #1CB196;
}
</style>
border-color css
<style>
span { border-color: #1CB196; }
span { border-color: rgb(28,177,150); }
td.TdClassName
{
border-color: #1CB196;
}
.TagClassName
{
border-color: #1CB196;
}
</style>