Shades of Niagara #1CB197
Tints of Niagara #1CB197
RGB
CMYK
RGB Variations
Color information
#1CB197 (or 0x1CB197) is known color: Niagara. HEX triplet: 1C, B1 and 97. RGB value is (28,177,151). Sum of RGB (Red+Green+Blue) = 28+177+151=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #1CB197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB197 is #E34E68. Grayscale: #818181. Windows color (decimal): -14896745 or 9941276. OLE color: 9941276.
HSL color Cylindrical-coordinate representation of color #1CB197: hue angle of 169.53º 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 #1CB197 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 177 | 151 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.31 |
| HSL | 169.53º | 0.73% | 0.4% | - |
| HSV(B) | 169.53º | 0.84% | 0.69% | - |
| XYZ | 21.79 | 33.93 | 34.68 | - |
| YUV | 129.49 | 140.14 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 177 | 151 | 0.84 | 0 | 0.15 | 0.31 | 169.53 | 0.73 | 0.4 |
| Hex | 1C | B1 | 97 | 54 | 0 | F | 1F | AA | 49 | 28 |
| Octal | 34 | 261 | 227 | 124 | 0 | 17 | 37 | 252 | 111 | 50 |
| Binary | 11100 | 10110001 | 10010111 | 1010100 | 0 | 1111 | 11111 | 10101010 | 1001001 | 101000 |
Color Harmonies of #1CB197
Complementary color
Monochromatic Colors of #1CB197
Black with #1CB197
Text Example
Text Example
White with #1CB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB197; }
p { color: rgb(28,177,151); }
H1.HeaderClassName
{
color: #1CB197;
}
.AnyTagClassName
{
color: #1CB197;
}
</style>
background-color css
<style>
a { background-color: #1CB197; }
a { background-color: rgb(28,177,151); }
div.DivClassName
{
background-color: #1CB197;
}
.BgClassName
{
background-color: #1CB197;
}
</style>
border-color css
<style>
span { border-color: #1CB197; }
span { border-color: rgb(28,177,151); }
td.TdClassName
{
border-color: #1CB197;
}
.TagClassName
{
border-color: #1CB197;
}
</style>