Shades of Niagara #1FA88B
Tints of Niagara #1FA88B
RGB
CMYK
RGB Variations
Color information
#1FA88B (or 0x1FA88B) is known color: Niagara. HEX triplet: 1F, A8 and 8B. RGB value is (31,168,139). Sum of RGB (Red+Green+Blue) = 31+168+139=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA88B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA88B is #E05774. Grayscale: #7B7B7B. Windows color (decimal): -14702453 or 9152543. OLE color: 9152543.
HSL color Cylindrical-coordinate representation of color #1FA88B: hue angle of 167.3º 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 #1FA88B is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 168 | 139 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.34 |
| HSL | 167.3º | 0.69% | 0.39% | - |
| HSV(B) | 167.3º | 0.82% | 0.66% | - |
| XYZ | 19.23 | 30.16 | 29.23 | - |
| YUV | 123.73 | 136.61 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 139 | 0.82 | 0 | 0.17 | 0.34 | 167.3 | 0.69 | 0.39 |
| Hex | 1F | A8 | 8B | 52 | 0 | 11 | 22 | A7 | 45 | 27 |
| Octal | 37 | 250 | 213 | 122 | 0 | 21 | 42 | 247 | 105 | 47 |
| Binary | 11111 | 10101000 | 10001011 | 1010010 | 0 | 10001 | 100010 | 10100111 | 1000101 | 100111 |
Color Harmonies of #1FA88B
Complementary color
Monochromatic Colors of #1FA88B
Black with #1FA88B
Text Example
Text Example
White with #1FA88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA88B; }
p { color: rgb(31,168,139); }
H1.HeaderClassName
{
color: #1FA88B;
}
.AnyTagClassName
{
color: #1FA88B;
}
</style>
background-color css
<style>
a { background-color: #1FA88B; }
a { background-color: rgb(31,168,139); }
div.DivClassName
{
background-color: #1FA88B;
}
.BgClassName
{
background-color: #1FA88B;
}
</style>
border-color css
<style>
span { border-color: #1FA88B; }
span { border-color: rgb(31,168,139); }
td.TdClassName
{
border-color: #1FA88B;
}
.TagClassName
{
border-color: #1FA88B;
}
</style>