Shades of Niagara #1FA98B
Tints of Niagara #1FA98B
RGB
CMYK
RGB Variations
Color information
#1FA98B (or 0x1FA98B) is known color: Niagara. HEX triplet: 1F, A9 and 8B. RGB value is (31,169,139). Sum of RGB (Red+Green+Blue) = 31+169+139=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #1FA98B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA98B is #E05674. Grayscale: #7C7C7C. Windows color (decimal): -14702197 or 9152799. OLE color: 9152799.
HSL color Cylindrical-coordinate representation of color #1FA98B: hue angle of 166.96º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA98B is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 169 | 139 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.34 |
| HSL | 166.96º | 0.69% | 0.39% | - |
| HSV(B) | 166.96º | 0.82% | 0.66% | - |
| XYZ | 19.41 | 30.53 | 29.3 | - |
| YUV | 124.32 | 136.28 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 169 | 139 | 0.82 | 0 | 0.18 | 0.34 | 166.96 | 0.69 | 0.39 |
| Hex | 1F | A9 | 8B | 52 | 0 | 12 | 22 | A7 | 45 | 27 |
| Octal | 37 | 251 | 213 | 122 | 0 | 22 | 42 | 247 | 105 | 47 |
| Binary | 11111 | 10101001 | 10001011 | 1010010 | 0 | 10010 | 100010 | 10100111 | 1000101 | 100111 |
Color Harmonies of #1FA98B
Complementary color
Monochromatic Colors of #1FA98B
Black with #1FA98B
Text Example
Text Example
White with #1FA98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA98B; }
p { color: rgb(31,169,139); }
H1.HeaderClassName
{
color: #1FA98B;
}
.AnyTagClassName
{
color: #1FA98B;
}
</style>
background-color css
<style>
a { background-color: #1FA98B; }
a { background-color: rgb(31,169,139); }
div.DivClassName
{
background-color: #1FA98B;
}
.BgClassName
{
background-color: #1FA98B;
}
</style>
border-color css
<style>
span { border-color: #1FA98B; }
span { border-color: rgb(31,169,139); }
td.TdClassName
{
border-color: #1FA98B;
}
.TagClassName
{
border-color: #1FA98B;
}
</style>