Shades of Niagara #1FAB89
Tints of Niagara #1FAB89
RGB
CMYK
RGB Variations
Color information
#1FAB89 (or 0x1FAB89) is known color: Niagara. HEX triplet: 1F, AB and 89. RGB value is (31,171,137). Sum of RGB (Red+Green+Blue) = 31+171+137=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAB89 is #E05476. Grayscale: #7D7D7D. Windows color (decimal): -14701687 or 9022239. OLE color: 9022239.
HSL color Cylindrical-coordinate representation of color #1FAB89: hue angle of 165.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAB89 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 137 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.33 |
| HSL | 165.43º | 0.69% | 0.4% | - |
| HSV(B) | 165.43º | 0.82% | 0.67% | - |
| XYZ | 19.64 | 31.22 | 28.66 | - |
| YUV | 125.26 | 134.62 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 137 | 0.82 | 0 | 0.20 | 0.33 | 165.43 | 0.69 | 0.4 |
| Hex | 1F | AB | 89 | 52 | 0 | 14 | 21 | A5 | 45 | 28 |
| Octal | 37 | 253 | 211 | 122 | 0 | 24 | 41 | 245 | 105 | 50 |
| Binary | 11111 | 10101011 | 10001001 | 1010010 | 0 | 10100 | 100001 | 10100101 | 1000101 | 101000 |
Color Harmonies of #1FAB89
Complementary color
Monochromatic Colors of #1FAB89
Black with #1FAB89
Text Example
Text Example
White with #1FAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB89; }
p { color: rgb(31,171,137); }
H1.HeaderClassName
{
color: #1FAB89;
}
.AnyTagClassName
{
color: #1FAB89;
}
</style>
background-color css
<style>
a { background-color: #1FAB89; }
a { background-color: rgb(31,171,137); }
div.DivClassName
{
background-color: #1FAB89;
}
.BgClassName
{
background-color: #1FAB89;
}
</style>
border-color css
<style>
span { border-color: #1FAB89; }
span { border-color: rgb(31,171,137); }
td.TdClassName
{
border-color: #1FAB89;
}
.TagClassName
{
border-color: #1FAB89;
}
</style>