Shades of Niagara #1C997F
Tints of Niagara #1C997F
RGB
CMYK
RGB Variations
Color information
#1C997F (or 0x1C997F) is known color: Niagara. HEX triplet: 1C, 99 and 7F. RGB value is (28,153,127). Sum of RGB (Red+Green+Blue) = 28+153+127=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #1C997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C997F is #E36680. Grayscale: #707070. Windows color (decimal): -14902913 or 8362268. OLE color: 8362268.
HSL color Cylindrical-coordinate representation of color #1C997F: hue angle of 167.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C997F is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 153 | 127 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.4 |
| HSL | 167.52º | 0.69% | 0.35% | - |
| HSV(B) | 167.52º | 0.82% | 0.6% | - |
| XYZ | 15.7 | 24.56 | 23.99 | - |
| YUV | 112.66 | 136.09 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 127 | 0.82 | 0 | 0.17 | 0.4 | 167.52 | 0.69 | 0.35 |
| Hex | 1C | 99 | 7F | 52 | 0 | 11 | 28 | A8 | 45 | 23 |
| Octal | 34 | 231 | 177 | 122 | 0 | 21 | 50 | 250 | 105 | 43 |
| Binary | 11100 | 10011001 | 1111111 | 1010010 | 0 | 10001 | 101000 | 10101000 | 1000101 | 100011 |
Color Harmonies of #1C997F
Complementary color
Monochromatic Colors of #1C997F
Black with #1C997F
Text Example
Text Example
White with #1C997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C997F; }
p { color: rgb(28,153,127); }
H1.HeaderClassName
{
color: #1C997F;
}
.AnyTagClassName
{
color: #1C997F;
}
</style>
background-color css
<style>
a { background-color: #1C997F; }
a { background-color: rgb(28,153,127); }
div.DivClassName
{
background-color: #1C997F;
}
.BgClassName
{
background-color: #1C997F;
}
</style>
border-color css
<style>
span { border-color: #1C997F; }
span { border-color: rgb(28,153,127); }
td.TdClassName
{
border-color: #1C997F;
}
.TagClassName
{
border-color: #1C997F;
}
</style>